Commit 88a21dac authored by Anael Beutot's avatar Anael Beutot
Browse files

Debug mode for pyev loop.

parent 8641f0aa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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