daq_worker: error logging added to status request
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user