remove json.dumps

domtools
Raphaël Vinot 2016-12-01 11:54:04 +01:00
parent afd8b71349
commit 6db5436c62
1 changed files with 1 additions and 1 deletions

View File

@ -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():