diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2017-10-25 13:35:31 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2017-10-25 13:39:41 +0200 |
| commit | 463cebd7f8bf26673732bf5afcd113ee5e2268b7 (patch) | |
| tree | f29b3a987a49cf4135d0968c971fb259bd1594e8 /examples/print_tree.py | |
| parent | dd0e227216e247d2040cdd40bf7397702880cdc4 (diff) | |
Backup
Diffstat (limited to 'examples/print_tree.py')
| -rw-r--r-- | examples/print_tree.py | 2 |
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) |
