mirror of
https://github.com/djimboy/djimbo_template_aio3.git
synced 2026-07-25 09:44:29 +00:00
Update
This commit is contained in:
@@ -50,8 +50,8 @@ async def main():
|
|||||||
|
|
||||||
await dp.start_polling(
|
await dp.start_polling(
|
||||||
bot,
|
bot,
|
||||||
allowed_updates=dp.resolve_used_update_types(),
|
|
||||||
arSession=arSession,
|
arSession=arSession,
|
||||||
|
allowed_updates=dp.resolve_used_update_types(),
|
||||||
)
|
)
|
||||||
finally:
|
finally:
|
||||||
await arSession.close()
|
await arSession.close()
|
||||||
|
|||||||
Reference in New Issue
Block a user