mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-13 12:00:16 +08:00
minor fix
This commit is contained in:
@@ -141,7 +141,7 @@ class Controller(object):
|
|||||||
|
|
||||||
def run(self):
|
def run(self):
|
||||||
self.running = True
|
self.running = True
|
||||||
self.init_zmq(self.zmq_flavor)
|
self.init_zmq()
|
||||||
setproctitle('Monitor')
|
setproctitle('Monitor')
|
||||||
|
|
||||||
self.state = CONTROL_STATES.INIT
|
self.state = CONTROL_STATES.INIT
|
||||||
|
|||||||
Reference in New Issue
Block a user