mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-09 18:26:30 +00:00
Update __init__.py
This commit is contained in:
parent
f5e196a663
commit
58c0c67796
@ -101,7 +101,7 @@ class RestAPI(object):
|
||||
"""Register panel for homeassistant."""
|
||||
panel = Path(__file__).parents[1].joinpath('panel/hassio-main.html')
|
||||
|
||||
def get_panel():
|
||||
def get_panel(request):
|
||||
"""Return file response with panel."""
|
||||
return web.FileResponse(panel)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user