Skip to content

Commit 75d88fb

Browse files
committed
Adding ENV[TIMEOUT] for Uptime-Kuma mod.
1 parent 070873e commit 75d88fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

root/app/auto_uptime_kuma/uptime_kuma_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def connect(self, url, username, password):
3333
)
3434
return False
3535

36-
self.api = UptimeKumaApi(url)
36+
self.api = UptimeKumaApi(url, ENV[TIMEOUT])
3737
self.api.login(username, password)
3838

3939
return True

0 commit comments

Comments
 (0)