Potentially fixed bug to kill web api on restart #301 #302

Merged
edraft merged 3 commits from #301 into support 2023-04-12 20:09:06 +02:00
Owner
No description provided.
edraft self-assigned this 2023-04-10 00:24:17 +02:00
edraft added 1 commit 2023-04-10 00:24:17 +02:00
edraft requested review from Ebola-Chan 2023-04-10 00:24:23 +02:00
edraft added this to the Support project 2023-04-10 00:24:26 +02:00
edraft changed title from WIP: Potentially fixed bug to kill web api on restart #301 to Potentially fixed bug to kill web api on restart #301 2023-04-10 13:15:38 +02:00
edraft added 3 commits 2023-04-10 13:15:42 +02:00
Ebola-Chan requested changes 2023-04-12 20:00:55 +02:00
@ -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)
Contributor

Wäre die Errormeldung "Stop failed" passender?

Wäre die Errormeldung "Stop failed" passender?
Author
Owner

Fuck youre right

Fuck youre right
edraft added 1 commit 2023-04-12 20:06:39 +02:00
Ebola-Chan approved these changes 2023-04-12 20:08:43 +02:00
edraft merged commit 629556b5fc into support 2023-04-12 20:09:06 +02:00
edraft deleted branch #301 2023-04-12 20:09:06 +02:00
Sign in to join this conversation.
No description provided.