diff --git a/src/integrationUISP.py b/src/integrationUISP.py index 37c14602..046f7f73 100644 --- a/src/integrationUISP.py +++ b/src/integrationUISP.py @@ -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")