watchdog thread

This commit is contained in:
dries.k
2022-01-29 17:40:15 +01:00
parent 28a8912528
commit 2236a9687d
4 changed files with 32 additions and 0 deletions

View File

@@ -198,6 +198,9 @@ class GotifyClient(GotifySession):
self.listener.reset_wait_time()
self.listener.stop()
def is_listening(self) -> bool:
return self.listener.running
"""
Health
"""