Fixed note support

This commit is contained in:
Alynna Trypnotk 2018-10-30 22:43:16 +00:00 committed by kaniini
parent 6170cd5ab0
commit 79c902ae55

View file

@ -2,7 +2,7 @@ import aiohttp.web
from . import app, CONFIG
host = CONFIG['ap']['host']
host = CONFIG['note']
note = CONFIG['note']
async def default(request):
return aiohttp.web.Response(