Adding ENV[TIMEOUT] for Uptime-Kuma mod.

This commit is contained in:
2025-06-20 09:43:17 -04:00
parent 070873ef2e
commit 75d88fbfad
@@ -33,7 +33,7 @@ class UptimeKumaService:
)
return False
self.api = UptimeKumaApi(url)
self.api = UptimeKumaApi(url, ENV[TIMEOUT])
self.api.login(username, password)
return True