Send a soft kill, not a hard kill.

This commit is contained in:
Stephen Diehl
2012-04-04 18:23:06 -04:00
parent c4dbec1e30
commit 4998bc2e37
+1 -1
View File
@@ -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)