try to improve readability

This commit is contained in:
dries.k
2023-05-13 19:03:26 +02:00
parent fdacfa23c2
commit 8ea89b1df9
6 changed files with 44 additions and 136 deletions

View File

@@ -195,9 +195,7 @@ class ServerConnectionWatchdogTask(BaseTask):
time.sleep(settings.value("watchdog/interval/s", type=int))
if not self.gotify_client.is_listening():
self.closed.emit()
logger.debug(
"ServerConnectionWatchdogTask: gotify_client is not listening"
)
logger.debug("ServerConnectionWatchdogTask: gotify_client is not listening")
class ExportSettingsTask(BaseTask):