From 4f1bb140f35330983fdcb51b3bbe778cd81584df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Chac=C3=B3n?= Date: Tue, 9 Apr 2024 13:02:47 -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 5c18ea70..d145c840 100644 --- a/src/integrationUISP.py +++ b/src/integrationUISP.py @@ -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")