From b6d70c0780e7a25cc4488702b38ca9c1ece9db8c Mon Sep 17 00:00:00 2001 From: nexy7574 Date: Mon, 27 May 2024 17:19:21 +0100 Subject: [PATCH] Remove uptime kuma pending warning --- src/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.py b/src/main.py index 893c93e..a41c8b7 100644 --- a/src/main.py +++ b/src/main.py @@ -58,7 +58,6 @@ class KumaThread(KillableThread): if bot.is_ready() is False: if self.was_ready is False: # Wait rather than attack - self.log.warning("Waiting until bot is initially ready before sending status.") time.sleep(1) continue url = url.replace("status=up", "status=down")