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:
|
if r:
|
||||||
|
|
||||||
result_filtered['results'].extend(r)
|
result_filtered['results'].extend(r)
|
||||||
else:
|
else:
|
||||||
misperrors['error'] = misperrors['error'] + \
|
misperrors['error'] = misperrors['error'] + \
|
||||||
' Error in expand History Whois'
|
' Error in expand History Whois'
|
||||||
|
return misperrors
|
||||||
|
|
||||||
return result_filtered
|
return result_filtered
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue