mirror of https://github.com/MISP/misp-modules
add logs
parent
f710162bed
commit
e1a1648f14
|
@ -242,6 +242,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