Cleaner fix for #6

This commit is contained in:
rany
2022-03-09 20:36:09 +02:00
parent b25cf501c2
commit 911e8a5083
2 changed files with 2 additions and 2 deletions

View File

@@ -25,4 +25,4 @@ async def main():
if __name__ == "__main__":
asyncio.run(main())
asyncio.get_event_loop().run_until_complete(main())