diff --git a/frigate/detectors/plugins/zmq_ipc.py b/frigate/detectors/plugins/zmq_ipc.py index 0c9b0ff09..112176c1a 100644 --- a/frigate/detectors/plugins/zmq_ipc.py +++ b/frigate/detectors/plugins/zmq_ipc.py @@ -123,7 +123,6 @@ class ZmqIpcDetector(DetectionApi): # Ensure output shape and dtype are exactly as expected - return detections except zmq.Again: # Timeout @@ -150,4 +149,3 @@ class ZmqIpcDetector(DetectionApi): self._socket.close(linger=self.detector_config.linger_ms) except Exception: pass -