The socket must recieve on a REQ type

This commit is contained in:
Thomas S Hatch 2011-03-09 10:03:26 -07:00
parent 0b74f87745
commit 08fbf0a0af

View file

@ -128,6 +128,7 @@ class Minion(object):
'hostname': self.opts['hostname']}
payload['load'] = self.crypticle.dumps(load)
socket.send_pyobj(payload)
return socket.recv()
def authenticate(self):
'''