mirror of https://github.com/MISP/misp-modules
add logs
parent
844b25b4cd
commit
d56bf55038
|
@ -501,7 +501,7 @@ def version():
|
||||||
|
|
||||||
|
|
||||||
def __select_registrant_item(entry):
|
def __select_registrant_item(entry):
|
||||||
|
print(entry)
|
||||||
if 'contacts' in entry:
|
if 'contacts' in entry:
|
||||||
return list(filter(lambda x: x['type'] == 'registrant',
|
return list(filter(lambda x: x['type'] == 'registrant',
|
||||||
entry['contacts']))
|
entry['contacts']))
|
||||||
|
|
Loading…
Reference in New Issue