mirror of https://github.com/MISP/misp-modules
add debug
parent
45decc728d
commit
386d38c88f
|
@ -112,6 +112,7 @@ def handle_domain(api, domain, misperrors):
|
||||||
r, status_ok = expand_history_dns(api, domain)
|
r, status_ok = expand_history_dns(api, domain)
|
||||||
|
|
||||||
if status_ok:
|
if status_ok:
|
||||||
|
print(r)
|
||||||
result_filtered['results'].extend(r)
|
result_filtered['results'].extend(r)
|
||||||
else:
|
else:
|
||||||
misperrors['error'] = misperrors[
|
misperrors['error'] = misperrors[
|
||||||
|
|
Loading…
Reference in New Issue