From c200a2a2b36fed95f16de9a3356acdd526e535ea Mon Sep 17 00:00:00 2001 From: odysseusmax Date: Wed, 12 Aug 2020 10:43:45 +0000 Subject: [PATCH] fix a typo --- app/routes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/routes.py b/app/routes.py index ba05629..23963b7 100644 --- a/app/routes.py +++ b/app/routes.py @@ -1,6 +1,6 @@ from aiohttp import web -from config import chat_ids +from .config import chat_ids def setup_routes(app, handler):