mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Update integrationSplynx.py
This commit is contained in:
parent
1505816fe5
commit
a6d1feb7d8
@ -172,7 +172,7 @@ def createShaper():
|
|||||||
for customer in customersOnline:
|
for customer in customersOnline:
|
||||||
download = 1000
|
download = 1000
|
||||||
upload = 1000
|
upload = 1000
|
||||||
nodeName = customer['nas_id'] + "_" + customer['call_to'] + "_" + customer['port']
|
nodeName = str(customer['nas_id']) + "_" + str(customer['call_to']) + "_" + str(customer['port'])
|
||||||
|
|
||||||
if nodeName not in allParentNodes:
|
if nodeName not in allParentNodes:
|
||||||
if nodeName in siteBandwidth:
|
if nodeName in siteBandwidth:
|
||||||
|
Loading…
Reference in New Issue
Block a user