You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You must specify what event loop asks should use after importing,
and at some point before you run any code that uses asks.
The event loop is set with asks.init().
...
If you forget to initialise asks with an event loop you'll get a RuntimeError.
Can you confirm the docs are outdated?
The text was updated successfully, but these errors were encountered:
https://github.com/theelous3/asks/blob/master/asks/__init__.py#L11-L19
vs.
https://github.com/theelous3/asks/blob/master/docs/source/index.rst
Can you confirm the docs are outdated?
The text was updated successfully, but these errors were encountered: