remove json.dumps

domtools
Raphaël Vinot 6 years ago
parent afd8b71349
commit 6db5436c62
  1. 2
      misp_modules/modules/expansion/domaintools.py

@ -132,7 +132,7 @@ def handler(q=False):
if whois_entry.emails():
for mail in whois_entry.emails():
values.add_mail(mail)
return json.dumps({'results': values.dump()})
return {'results': values.dump()}
def introspection():

Loading…
Cancel
Save