Robert Chacón
2023-04-15 09:44:50 -06:00
committed by GitHub
parent 3d6d32c300
commit c62f6d3e3c

View File

@@ -437,5 +437,5 @@ class NetworkGraph:
if (self.nodes[child].type != NodeType.client and self.nodes[child].type != NodeType.device) or showClients:
dot.edge("N" + str(i), "N" + str(child))
dot.render("network.pdf")
dot.render("network")