Update integrationUISP.py

This commit is contained in:
Robert Chacón
2024-02-16 06:55:52 -07:00
committed by GitHub
parent 989f38c0f7
commit 16efa540f3

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)