Remove uptime kuma pending warning
All checks were successful
Build and Publish Jimmy.2 / build_and_publish (push) Successful in 40s

This commit is contained in:
Nexus 2024-05-27 17:19:21 +01:00
parent e318330587
commit b6d70c0780

View file

@ -58,7 +58,6 @@ class KumaThread(KillableThread):
if bot.is_ready() is False: if bot.is_ready() is False:
if self.was_ready is False: if self.was_ready is False:
# Wait rather than attack # Wait rather than attack
self.log.warning("Waiting until bot is initially ready before sending status.")
time.sleep(1) time.sleep(1)
continue continue
url = url.replace("status=up", "status=down") url = url.replace("status=up", "status=down")