fix a crash

This commit is contained in:
Sven Czarnian
2021-08-30 21:56:16 +02:00
parent f4fbd6245b
commit 51b4013e6b

View File

@@ -29,7 +29,7 @@ class ReceiverThread(threading.Thread):
except zmq.ZMQError as error: except zmq.ZMQError as error:
if zmq.EAGAIN == error.errno: if zmq.EAGAIN == error.errno:
time.sleep(0.5) time.sleep(0.5)
pass continue
else: else:
return return