@ -312,7 +312,6 @@ class Bureau(object):
poller.register(self._recv, zmq.POLLIN)
while True:
try:
msgs = dict(poller.poll(500))
if msgs:
if msgs.get(self._recv) == zmq.POLLIN: