From ee55a1825c7247ce11e93e23436f736b4df4e109 Mon Sep 17 00:00:00 2001 From: fawce Date: Thu, 26 Jul 2012 16:27:25 -0400 Subject: [PATCH] minor fix --- zipline/core/monitor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zipline/core/monitor.py b/zipline/core/monitor.py index 599565f4..eae70ae7 100644 --- a/zipline/core/monitor.py +++ b/zipline/core/monitor.py @@ -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