Potentially fixed bug to kill web api on restart #301 #302
Reference in New Issue
Block a user
No description provided.
Delete Branch "#301"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
WIP: Potentially fixed bug to kill web api on restart #301to Potentially fixed bug to kill web api on restart #301@@ -20,0 +23,4 @@
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)
Wäre die Errormeldung "Stop failed" passender?
Fuck youre right