Clean up HTTP sessions and allow log out

This commit is contained in:
Paulus Schoutsen 2015-11-28 17:18:35 -08:00
parent 99aa4307ef
commit 78cfed1fb0
4 changed files with 108 additions and 119 deletions

View file

@ -54,8 +54,7 @@ def setup(hass, config):
def _handle_get_root(handler, path_match, data):
""" Renders the debug interface. """
""" Renders the frontend. """
handler.send_response(HTTP_OK)
handler.send_header('Content-type', 'text/html; charset=utf-8')
handler.end_headers()