Skip to content
Snippets Groups Projects
Commit 88a21dac authored by Anael Beutot's avatar Anael Beutot
Browse files

Debug mode for pyev loop.

parent 8641f0aa
No related branches found
No related tags found
No related merge requests found
......@@ -129,7 +129,7 @@ class AuthHandler(object):
class MainLoop(object):
def __init__(self, config_path):
self.loop = pyev.default_loop()
self.loop = pyev.default_loop(debug=True)
self.config_path = config_path
# set signal watchers
......
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