WIP lookup commands

This commit is contained in:
DiG 2022-01-17 14:41:50 +01:00
parent e534212cf1
commit 6293d46bfc
1 changed files with 2 additions and 1 deletions

View File

@ -352,7 +352,8 @@ def flatten_stack( data ):
if type(data[key]) in [list,dict]:
flat += flatten_stack(data[key])
return list(flatten(flat))
jlog( flat )
# return list(flatten(flat))