Skip to content

Commit 8cba5af

Browse files
committed
Delete old decorator
1 parent 9cc282e commit 8cba5af

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backend/app.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ async def root():
3131
return {"status": "ok"}
3232

3333

34-
@retry_after(settings.RETRY_TIMEOUT)
3534
async def register_webhook():
3635
await bot.set_webhook(url=f"{settings.BASE_DOMAIN}/webhook")
3736
webhook_info = await bot.get_webhook_info()

0 commit comments

Comments
 (0)