mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2024-11-22 00:07:21 -06:00
Update integrationSplynx.py
This commit is contained in:
parent
1505816fe5
commit
a6d1feb7d8
@ -172,7 +172,7 @@ def createShaper():
|
||||
for customer in customersOnline:
|
||||
download = 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 in siteBandwidth:
|
||||
|
Loading…
Reference in New Issue
Block a user