not working again

This commit is contained in:
Dmitry Afanasyev 2022-08-16 17:58:10 +03:00
parent 8acc4f2b7d
commit 66cfb69dd9

View File

@ -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)