1
0
mirror of https://github.com/civsocit/olgram.git synced 2025-12-15 14:26:16 +00:00

ban\unban commands

This commit is contained in:
mihalin
2022-01-18 23:28:03 +03:00
parent 59b73c33dc
commit 363391b575
4 changed files with 41 additions and 8 deletions

View File

@@ -52,7 +52,7 @@ def main():
"разработки)", action="store_true")
args = parser.parse_args()
loop = asyncio.get_event_loop()
loop = asyncio.new_event_loop()
loop.run_until_complete(initialization())
loop.create_task(dp.start_polling())