Fix go.
This commit is contained in:
parent
ef544ae530
commit
d2a029c8ed
1 changed files with 1 additions and 1 deletions
|
@ -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 = []
|
||||
|
|
Loading…
Reference in a new issue