mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2024-11-22 08:16:25 -06:00
This commit is contained in:
parent
3d6d32c300
commit
c62f6d3e3c
@ -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")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user