kanboard / python-api-client

Python API Client for Kanboard
https://pypi.org/project/kanboard
MIT License
79 stars 26 forks source link

Fix async get_event_loop call when not in main thread #20

Closed JimCircadian closed 4 years ago

JimCircadian commented 4 years ago

resolves #19

Hopefully this will resolve the issue by deferring the get_event_loop to object instantiation, as opposed to with module import, and handle the lack of presence of an event loop with the calling thread.