mirror of https://github.com/MISP/misp-modules
add logs
parent
86d9427816
commit
aa89a7fc4d
|
@ -128,6 +128,7 @@ def handle_domain(api, domain, misperrors):
|
|||
|
||||
if status_ok:
|
||||
if r:
|
||||
print(r)
|
||||
result_filtered['results'].extend(r)
|
||||
return result_filtered
|
||||
|
||||
|
|
Loading…
Reference in New Issue