Skip to content
Snippets Groups Projects

[fix] #793 fix quamash problem

Merged Vincent Texier requested to merge fix_quamash_793 into dev
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -162,6 +162,8 @@ def main():
loop.set_exception_handler(async_exception_handler)
# loop.set_debug(True)
asyncio.set_event_loop(loop)
# Fix quamash https://github.com/harvimt/quamash/issues/123
asyncio.events._set_running_loop(loop)
with loop:
app = Application.startup(sys.argv, sakia, loop)
Loading