Skip to content
Snippets Groups Projects
Commit abe28646 authored by Vincent Texier's avatar Vincent Texier
Browse files
parent 9aef9ed9
No related branches found
No related tags found
2 merge requests!787Release 0.53.1,!785[fix] #793 fix quamash problem
...@@ -162,6 +162,8 @@ def main(): ...@@ -162,6 +162,8 @@ def main():
loop.set_exception_handler(async_exception_handler) loop.set_exception_handler(async_exception_handler)
# loop.set_debug(True) # loop.set_debug(True)
asyncio.set_event_loop(loop) asyncio.set_event_loop(loop)
# Fix quamash https://github.com/harvimt/quamash/issues/123
asyncio.events._set_running_loop(loop)
with loop: with loop:
app = Application.startup(sys.argv, sakia, loop) app = Application.startup(sys.argv, sakia, loop)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment