Unverified Commit 68a1ac77 authored by pythongosssss's avatar pythongosssss Committed by GitHub
Browse files

Remove catch that was causing linux ctrl+c issues

This was for hiding an error on Windows, but it isn't required
parent 8e51af67
......@@ -532,9 +532,5 @@ if __name__ == "__main__":
except:
pass
try:
loop.run_until_complete(run(q, socket_handler, address=address, port=port))
except KeyboardInterrupt:
pass
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment