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