Loading cloudcontrol/common/client/loop.py +1 −1 Original line number Diff line number Diff line Loading @@ -156,7 +156,7 @@ class MainLoop(object): # configure logging self.configure_logging() self.evloop = pyev.Loop(debug=self.config.debug) self.evloop = pyev.default_loop(debug=self.config.debug) # keeps track of libev loop thread, create threading queue and an async # watcher for performing work in libev thread from external thread Loading Loading
cloudcontrol/common/client/loop.py +1 −1 Original line number Diff line number Diff line Loading @@ -156,7 +156,7 @@ class MainLoop(object): # configure logging self.configure_logging() self.evloop = pyev.Loop(debug=self.config.debug) self.evloop = pyev.default_loop(debug=self.config.debug) # keeps track of libev loop thread, create threading queue and an async # watcher for performing work in libev thread from external thread Loading