From 79c902ae556aa098801d62e9c8f234f9cc896de7 Mon Sep 17 00:00:00 2001 From: Alynna Trypnotk Date: Tue, 30 Oct 2018 22:43:16 +0000 Subject: [PATCH] Fixed note support --- relay/default.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/relay/default.py b/relay/default.py index 9d22419..cc08e06 100644 --- a/relay/default.py +++ b/relay/default.py @@ -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(