mirror of
https://github.com/Balshgit/mosgortrans.git
synced 2025-12-15 03:06:45 +03:00
logger request
This commit is contained in:
@@ -59,6 +59,7 @@ def bot_webhook() -> None:
|
||||
|
||||
async def webhook(request: web.Request) -> web.Response:
|
||||
data = await request.json()
|
||||
logger.info(data)
|
||||
Bot.set_current(dispatcher.bot)
|
||||
Dispatcher.set_current(dispatcher)
|
||||
tg_update = Update(**data)
|
||||
|
||||
Reference in New Issue
Block a user