mirror of
https://github.com/Balshgit/mosgortrans.git
synced 2025-12-13 08:20:38 +03:00
webhook url with token
This commit is contained in:
@@ -71,7 +71,6 @@ async def webhook(request: web.Request) -> web.Response:
|
||||
:return:
|
||||
"""
|
||||
data = await request.json()
|
||||
logger.info(data)
|
||||
tg_update = Update(**data)
|
||||
|
||||
Dispatcher.set_current(dispatcher)
|
||||
|
||||
Reference in New Issue
Block a user