From 66cfb69dd9a26a5796eb1b6f419be5bfa5c11482 Mon Sep 17 00:00:00 2001 From: Dmitry Afanasyev Date: Tue, 16 Aug 2022 17:58:10 +0300 Subject: [PATCH] not working again --- app/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/main.py b/app/main.py index 356ec0b..6a3d0e8 100644 --- a/app/main.py +++ b/app/main.py @@ -70,6 +70,7 @@ async def webhook(request: web.Request) -> web.Response: :return: """ data = await request.json() + logger.info(data) tg_update = Update(**data) Dispatcher.set_current(dispatcher)