daq_worker: error logging added to status request

This commit is contained in:
2026-06-15 14:12:05 +02:00
parent 642b7466ed
commit 730e827160
+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