Skip to content
Snippets Groups Projects
Commit 38866719 authored by inso's avatar inso
Browse files

Fix bug #397 (hopefully)

parent 58cdc0a4
No related branches found
No related tags found
No related merge requests found
......@@ -62,6 +62,8 @@ if __name__ == '__main__':
# activate ctrl-c interrupt
signal.signal(signal.SIGINT, signal.SIG_DFL)
sakia = QApplication(sys.argv)
sakia.setStyle('Fusion')
loop = QSelectorEventLoop(sakia)
loop.set_exception_handler(async_exception_handler)
asyncio.set_event_loop(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