mirror of https://github.com/MISP/misp-modules
add logs
parent
9de201375b
commit
a0cf9de590
|
@ -509,5 +509,7 @@ def __select_registrant_item(entry):
|
|||
if 'contact' in entry:
|
||||
print(entry)
|
||||
print('\r\n')
|
||||
return list(filter(lambda x: x['type'] == 'registrant',
|
||||
entry['contact']))
|
||||
res = list(filter(lambda x: x['type'] == 'registrant',
|
||||
entry['contact']))
|
||||
print(res)
|
||||
return res
|
||||
|
|
Loading…
Reference in New Issue