Update integrationSplynx.py

This commit is contained in:
Robert Chacón 2024-08-01 07:34:12 -06:00 committed by GitHub
parent 1505816fe5
commit a6d1feb7d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: