Update integrationUISP.py

This commit is contained in:
Robert Chacón
2024-04-09 13:02:47 -06:00
committed by GitHub
parent 825e87c4e3
commit 4f1bb140f3

View File

@@ -71,8 +71,8 @@ def buildFlatGraph():
continue
if uispSuspendedStrategy == "slow":
print("WARNING: Site " + name + " is suspended")
download = 1
upload = 1
download = 2
upload = 2
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 = 1
upload = 1
download = 2
upload = 2
if site['identification']['status'] == "disconnected":
print("WARNING: Site " + name + " is disconnected")