support #303

Merged
edraft merged 6 commits from support into master 2023-04-12 20:20:20 +02:00
Showing only changes of commit 9ece541e52 - Show all commits

View File

@ -23,4 +23,4 @@ class ApiThread(threading.Thread):
self._logger.trace(__name__, f"Try to stop {type(self._api).__name__}")
self._api.stop()
except Exception as e:
self._logger.error(__name__, "Start stop", e)
self._logger.error(__name__, "Stop failed", e)