mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Update integrationUISP.py
This commit is contained in:
parent
825e87c4e3
commit
4f1bb140f3
@ -71,8 +71,8 @@ def buildFlatGraph():
|
|||||||
continue
|
continue
|
||||||
if uispSuspendedStrategy == "slow":
|
if uispSuspendedStrategy == "slow":
|
||||||
print("WARNING: Site " + name + " is suspended")
|
print("WARNING: Site " + name + " is suspended")
|
||||||
download = 1
|
download = 2
|
||||||
upload = 1
|
upload = 2
|
||||||
if site['identification']['status'] == "disconnected":
|
if site['identification']['status'] == "disconnected":
|
||||||
print("WARNING: Site " + name + " is disconnected")
|
print("WARNING: Site " + name + " is disconnected")
|
||||||
|
|
||||||
@ -484,8 +484,8 @@ def buildFullGraph():
|
|||||||
continue
|
continue
|
||||||
if uispSuspendedStrategy == "slow":
|
if uispSuspendedStrategy == "slow":
|
||||||
print("WARNING: Site " + name + " is suspended")
|
print("WARNING: Site " + name + " is suspended")
|
||||||
download = 1
|
download = 2
|
||||||
upload = 1
|
upload = 2
|
||||||
|
|
||||||
if site['identification']['status'] == "disconnected":
|
if site['identification']['status'] == "disconnected":
|
||||||
print("WARNING: Site " + name + " is disconnected")
|
print("WARNING: Site " + name + " is disconnected")
|
||||||
|
Loading…
Reference in New Issue
Block a user