daq_worker: error logging added to status request

This commit is contained in:
2026-06-24 15:29:58 +02:00
committed by appleb_m
parent 46a5fc842e
commit c09718a030
+1 -1
View File
@@ -525,7 +525,7 @@ class DAQWorker(QObject):
if aerotech_detail:
err_msg = aerotech_detail
except Exception:
pass
logger.error(f"Exception reading status response: {e}")
if status == 403:
self._last_status_can_read = False