Changed config.ini settings
This commit is contained in:
parent
2476628087
commit
053a1d70d1
|
@ -260,7 +260,7 @@ def main():
|
||||||
|
|
||||||
result_dict = {}
|
result_dict = {}
|
||||||
filters = {}
|
filters = {}
|
||||||
filters['node_order'] = config.getboolean('settings', 'node_order')
|
filters['node_order'] = config.get('settings', 'node_order') == 'fixed'
|
||||||
|
|
||||||
# for tree in all_trees[2:]:
|
# for tree in all_trees[2:]:
|
||||||
# for tree in all_trees[1205:]:
|
# for tree in all_trees[1205:]:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user