Robert Chacón 2023-04-15 09:44:50 -06:00 committed by GitHub
parent 3d6d32c300
commit c62f6d3e3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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")