This commit is contained in:
dj
2023-03-04 17:04:16 +03:00
parent aebdaa7db2
commit 2e2903c122
2 changed files with 12 additions and 11 deletions
+1
View File
@@ -48,6 +48,7 @@ async def main():
await bot.delete_webhook()
await bot.get_updates(offset=-1)
await dp.start_polling(bot, allowed_updates=dp.resolve_used_update_types(), rSession=rSession)
finally:
await rSession.close()