mirror of https://github.com/MISP/misp-modules
correct call function
parent
f47a64b364
commit
74c611d2fb
|
@ -350,7 +350,7 @@ def expand_history_dns(api, domain):
|
|||
|
||||
time.sleep(1)
|
||||
|
||||
results = api.history_dns_soa(results, domain)
|
||||
results = api.history_dns_soa(domain)
|
||||
|
||||
if results:
|
||||
status_ok = True
|
||||
|
|
Loading…
Reference in New Issue