Closed DxdVs closed 4 years ago
Your fix isn't working. Just replace the final line in import.py by something like this:
loop = asyncio.get_event_loop() loop.run_until_complete(main())
Your fix isn't working. Just replace the final line in import.py by something like this: