forked from Icycoide/searxng
[mod] /stats : detail per engine
allow to submit a github issue including the technical details (exceptions, errors, warning, checker result)
This commit is contained in:
parent
0603b043ce
commit
df41b77121
7 changed files with 227 additions and 20 deletions
|
@ -150,7 +150,7 @@ def get_reliabilities(engline_name_list, checker_results):
|
|||
reliabilities[engine_name] = {
|
||||
'reliablity': reliablity,
|
||||
'errors': errors,
|
||||
'checker': checker_results.get(engine_name, {}).get('errors', {}).keys(),
|
||||
'checker': checker_results.get(engine_name, {}).get('errors', {}),
|
||||
}
|
||||
return reliabilities
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue