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
9a3b3719f7
commit
4dfad7a7b3
@ -71,8 +71,8 @@ def buildFlatGraph():
|
|||||||
continue
|
continue
|
||||||
if uisp_suspended_strategy() == "slow":
|
if uisp_suspended_strategy() == "slow":
|
||||||
print("WARNING: Site " + name + " is suspended")
|
print("WARNING: Site " + name + " is suspended")
|
||||||
download = 2
|
download = 1
|
||||||
upload = 2
|
upload = 1
|
||||||
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 = 2
|
download = 1
|
||||||
upload = 2
|
upload = 1
|
||||||
|
|
||||||
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