mirror of https://github.com/MISP/misp-modules
remove json.dumps
parent
afd8b71349
commit
6db5436c62
|
@ -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…
Reference in New Issue