Fixed log message #301
This commit is contained in:
parent
fd51db8cac
commit
9ece541e52
@ -23,4 +23,4 @@ class ApiThread(threading.Thread):
|
|||||||
self._logger.trace(__name__, f"Try to stop {type(self._api).__name__}")
|
self._logger.trace(__name__, f"Try to stop {type(self._api).__name__}")
|
||||||
self._api.stop()
|
self._api.stop()
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
self._logger.error(__name__, "Start stop", e)
|
self._logger.error(__name__, "Stop failed", e)
|
||||||
|
Loading…
Reference in New Issue
Block a user