change return value

pull/208/head
Sebdraven 5 years ago
parent e1a1648f14
commit 714c15f079
  1. 2
      misp_modules/modules/expansion/dnstrails.py

@ -260,4 +260,4 @@ def __select_registrant_item(entry):
for c in entry['contacts']:
print(c)
if c['type'] == 'registrant':
return entry
return c

Loading…
Cancel
Save