diff options
Diffstat (limited to 'import.py')
| -rw-r--r-- | import.py | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -252,5 +252,7 @@ async def main(): else: parser.print_help() + await client.disconnect() -asyncio.run(main()) + +asyncio.get_event_loop().run_until_complete(main()) |
