This commit is contained in:
Flancian 2020-12-23 10:47:20 +01:00
parent ef544ae530
commit d2a029c8ed
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ class Node:
links = []
for subnode in self.subnodes:
links.extend(subnode.go())
return go
return links
def forward_links(self):
links = []