From 4dfad7a7b3e2e366462f35fbd67a720a8771a675 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Chac=C3=B3n?= Date: Sun, 24 Mar 2024 10:51:25 -0600 Subject: [PATCH] Update integrationUISP.py --- src/integrationUISP.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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")