diff --git a/zipline/monitor.py b/zipline/monitor.py index 0e007d3a..bf50505e 100644 --- a/zipline/monitor.py +++ b/zipline/monitor.py @@ -262,7 +262,7 @@ class Controller(object): def send_softkill(self): soft_frame = CONTROL_FRAME( - CONTROL_PROTOCOL.KILL, + CONTROL_PROTOCOL.SHUTDOWN, '' ) self.pub.send(soft_frame)