Added lookup-recs command

This commit is contained in:
DiG 2022-01-16 16:28:44 +01:00
parent 332ca0835d
commit 4ce4b8a10b
1 changed files with 2 additions and 0 deletions

View File

@ -289,6 +289,8 @@ def lookup_recs( model, domains ):
tree['file'] = filename
# stack.append({ 'model': model, 'id': inst.id, 'file': filename, 'data': size })
stack.append( tree )
return stack
def lookup( model, domains ):
eprint( "> Lookup: %s %s" % (model,domains) )