Advertisement
Andrexxelles

Untitled

Mar 7th, 2021
863
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.53 KB | None | 0 0
  1. C:\Users\admin\Desktop\CreateKeys_bot\venv\Scripts\python.exe C:/Users/admin/Desktop/CreateKeys_bot/app.py
  2. Traceback (most recent call last):
  3.   File "C:/Users/admin/Desktop/CreateKeys_bot/app.py", line 18, in <module>
  4.     asyncio.create_task(main())
  5.   File "C:\Users\admin\AppData\Local\Programs\Python\Python38-32\lib\asyncio\tasks.py", line 381, in create_task
  6.     loop = events.get_running_loop()
  7. RuntimeError: no running event loop
  8. sys:1: RuntimeWarning: coroutine 'main' was never awaited
  9.  
  10. Process finished with exit code 1
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement