mirror of
https://github.com/cwinfo/yggdrasil-map
synced 2025-08-14 15:58:10 +00:00
update some documentation, fix links in map, replace pointless version with coords field
This commit is contained in:
@@ -40,6 +40,7 @@ def generate_graph(time_limit=60*60*3):
|
||||
nodes = dict()
|
||||
def addAncestors(info):
|
||||
parent = NodeInfo("?", info.getParent())
|
||||
parent.label = "{} {}".format(parent.ip, parent.coords)
|
||||
nodes[parent.coords] = parent
|
||||
if parent.coords != parent.getParent(): addAncestors(parent)
|
||||
|
||||
|
Reference in New Issue
Block a user