Closed C3n7ral051nt4g3ncy closed 1 year ago
I see that you defined the new function in a top-level context, and then you are checking again if it's the call of the main. Suggest making all the new lines in the second nesting level, and just main without if __name__=='main'
context
@soxoj I have taken off Tutby
@soxoj Please check script. Now everything is working, no more errors anywhere.
@soxoj Please check the script. It seems everything is working nicely now.
Checked, all good, thanks!
Regarding Issue #25
This warning is raised when you try to get the event loop before running it.
I was getting also this Error:
The fix works and I have tested it multiple times.