pull/208/head
Sebdraven 2018-07-17 18:43:52 +02:00
parent 8cbeda40a5
commit 88859a0ba7
1 changed files with 1 additions and 1 deletions

View File

@ -573,7 +573,7 @@ def expand_search_stats(api, ip, misperror):
})
status_ok = True
except APIError as e:
misperrors['error'] = e
misperrors['error'] = e.value
return [], False
return r, status_ok