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 status_ok:
|
||||||
if r:
|
if r:
|
||||||
|
print(r)
|
||||||
result_filtered['results'].extend(r)
|
result_filtered['results'].extend(r)
|
||||||
return result_filtered
|
return result_filtered
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue