mirror of https://github.com/MISP/misp-modules
add logs
parent
0b0137829a
commit
2f5381d7b2
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue