From 51b4013e6b8584a41afd248e9a7b304243f0a017 Mon Sep 17 00:00:00 2001 From: Sven Czarnian Date: Mon, 30 Aug 2021 21:56:16 +0200 Subject: [PATCH] fix a crash --- aman/com/Euroscope.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aman/com/Euroscope.py b/aman/com/Euroscope.py index a494653..55706c8 100644 --- a/aman/com/Euroscope.py +++ b/aman/com/Euroscope.py @@ -29,7 +29,7 @@ class ReceiverThread(threading.Thread): except zmq.ZMQError as error: if zmq.EAGAIN == error.errno: time.sleep(0.5) - pass + continue else: return