From 837acb35b422eda92861ac8fab523b5ebf70c3c2 Mon Sep 17 00:00:00 2001 From: hteppl Date: Thu, 8 May 2025 17:19:00 +0300 Subject: [PATCH] oops --- web/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/web/__init__.py b/web/__init__.py index f826dc1b..9ebeadaa 100644 --- a/web/__init__.py +++ b/web/__init__.py @@ -1,11 +1,9 @@ -from aiohttp import web from aiohttp.web_urldispatcher import UrlDispatcher import bot async def register_web_routes(router: UrlDispatcher) -> None: - app = web.Application() dp = bot.dp # todo: add your api routes here