Undo the 'all devices, everywhere' - it was causing problems

This commit is contained in:
Herbert Wolverson
2023-07-12 19:28:31 +00:00
parent bf95176246
commit 343ebca557

View File

@@ -359,7 +359,7 @@ class NetworkGraph:
# Builds ShapedDevices.csv from the network tree.
circuits = []
for (i, node) in enumerate(self.nodes):
#if node.type == NodeType.client:
if node.type == NodeType.client:
parent = self.nodes[node.parentIndex].displayName
if parent == "Shaper Root": parent = ""