mirror of https://github.com/MISP/misp-modules
add logs
parent
41587bd568
commit
fb595c08aa
|
@ -506,4 +506,5 @@ def __select_registrant_item(entry):
|
|||
for c in entry['contacts']:
|
||||
|
||||
if c['type'] == 'registrant':
|
||||
print(c)
|
||||
return c
|
||||
|
|
Loading…
Reference in New Issue