Update integrationUISP.py

This commit is contained in:
Robert Chacón 2024-03-24 10:51:25 -06:00 committed by GitHub
parent 9a3b3719f7
commit 4dfad7a7b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -71,8 +71,8 @@ def buildFlatGraph():
continue
if uisp_suspended_strategy() == "slow":
print("WARNING: Site " + name + " is suspended")
download = 2
upload = 2
download = 1
upload = 1
if site['identification']['status'] == "disconnected":
print("WARNING: Site " + name + " is disconnected")
@ -484,8 +484,8 @@ def buildFullGraph():
continue
if uispSuspendedStrategy == "slow":
print("WARNING: Site " + name + " is suspended")
download = 2
upload = 2
download = 1
upload = 1
if site['identification']['status'] == "disconnected":
print("WARNING: Site " + name + " is disconnected")