pull/208/head
Sebdraven 2018-07-12 14:49:51 +02:00
parent 0b0137829a
commit 2f5381d7b2
1 changed files with 4 additions and 3 deletions

View File

@ -130,9 +130,10 @@ def handle_domain(api, domain, misperrors):
if r:
result_filtered['results'].extend(r)
else:
misperrors['error'] = misperrors['error'] + \
' Error in expand History Whois'
else:
misperrors['error'] = misperrors['error'] + \
' Error in expand History Whois'
return misperrors
return result_filtered