We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cc282e commit 8cba5afCopy full SHA for 8cba5af
backend/app.py
@@ -31,7 +31,6 @@ async def root():
31
return {"status": "ok"}
32
33
34
-@retry_after(settings.RETRY_TIMEOUT)
35
async def register_webhook():
36
await bot.set_webhook(url=f"{settings.BASE_DOMAIN}/webhook")
37
webhook_info = await bot.get_webhook_info()
0 commit comments