summaryrefslogtreecommitdiff
path: root/examples/print_tree.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/print_tree.py')
-rw-r--r--examples/print_tree.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/print_tree.py b/examples/print_tree.py
index da795c9..8d18ce9 100644
--- a/examples/print_tree.py
+++ b/examples/print_tree.py
@@ -64,4 +64,4 @@ def print_items(node, indent):
node = node.next
conf = Config(sys.argv[1])
-print_items(conf.top_menu, 0)
+print_items(conf.top_node, 0)