WIP lookup commands

This commit is contained in:
DiG 2022-01-17 14:13:58 +01:00
parent c33ff24552
commit 47ce41be60
1 changed files with 2 additions and 1 deletions

View File

@ -315,7 +315,8 @@ def lookup( model, domains ):
# return stack
jlog( stack )
return [ flatten_stack( obj ) for obj in stack ]
# return [ flatten_stack( obj ) for obj in stack ]
return flatten_stack( stack )
def flatten_stack( data ):
flat = []