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