mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-15 04:43:01 -04:00
Adding ENV[TIMEOUT] for Uptime-Kuma mod.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user