pull/208/head
Sebdraven 2018-07-11 12:02:31 +02:00
parent fb262b451f
commit dbeec4682e
1 changed files with 1 additions and 0 deletions

View File

@ -93,6 +93,7 @@ def handle_domain(api, domain, misperrors):
r, status_ok = expand_whois(api, domain)
if status_ok:
print(r)
result_filtered['results'].extend(r)
else:
misperrors['error'] = misperrors['error'] + ' Error whois result'