Merge pull request #460 from LibreQoE/rchac-patch-12

Fix UISP Integration Bug - Disconnected Sites Should Still Be Shaped
This commit is contained in:
Robert Chacón
2024-02-16 06:59:48 -07:00
committed by GitHub

View File

@@ -479,7 +479,6 @@ def buildFullGraph():
if site['identification']['status'] == "disconnected":
print("WARNING: Site " + name + " is disconnected")
continue
node = NetworkNode(id=id, displayName=name, type=nodeType,
parentId=parent, download=download, upload=upload, address=address, customerName=customerName)