add a test to check if the list is not empty

pull/208/head
Sebdraven 2018-07-11 12:09:34 +02:00
parent f0a4c71908
commit a8ae6e06e9
1 changed files with 2 additions and 0 deletions

View File

@ -123,6 +123,8 @@ def handle_domain(api, domain, misperrors):
misperrors['error'] = misperrors[
'error'] + ' Error in expand History DNS'
return misperrors
print(result_filtered)
print(misperrors)
return result_filtered