mirror of https://github.com/MISP/misp-modules
add logs
parent
8cbeda40a5
commit
88859a0ba7
|
@ -573,7 +573,7 @@ def expand_search_stats(api, ip, misperror):
|
||||||
})
|
})
|
||||||
status_ok = True
|
status_ok = True
|
||||||
except APIError as e:
|
except APIError as e:
|
||||||
misperrors['error'] = e
|
misperrors['error'] = e.value
|
||||||
return [], False
|
return [], False
|
||||||
|
|
||||||
return r, status_ok
|
return r, status_ok
|
||||||
|
|
Loading…
Reference in New Issue