minor fix

This commit is contained in:
fawce
2012-07-26 16:27:25 -04:00
parent abf9c8efa5
commit ee55a1825c
+1 -1
View File
@@ -141,7 +141,7 @@ class Controller(object):
def run(self):
self.running = True
self.init_zmq(self.zmq_flavor)
self.init_zmq()
setproctitle('Monitor')
self.state = CONTROL_STATES.INIT