mirror of https://github.com/MISP/misp-modules
add logs
parent
b677cd5fc7
commit
21794249d0
|
@ -209,6 +209,7 @@ def expand_subdomains(api, domain):
|
||||||
)
|
)
|
||||||
except APIError as e:
|
except APIError as e:
|
||||||
misperrors['error'] = e
|
misperrors['error'] = e
|
||||||
|
|
||||||
return r, status_ok
|
return r, status_ok
|
||||||
|
|
||||||
|
|
||||||
|
@ -243,6 +244,7 @@ def expand_whois(api, domain):
|
||||||
|
|
||||||
except APIError as e:
|
except APIError as e:
|
||||||
misperrors['error'] = e
|
misperrors['error'] = e
|
||||||
|
print(e)
|
||||||
|
|
||||||
return r, status_ok
|
return r, status_ok
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue