mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
Stats: add request count
This commit is contained in:
parent
11c0651ef4
commit
037ab27381
4 changed files with 8 additions and 0 deletions
|
|
@ -206,6 +206,7 @@ def get_engines_stats(engine_name_list):
|
|||
'score': 0,
|
||||
'score_per_result': 0,
|
||||
'result_count': result_count,
|
||||
'request_count': sent_count,
|
||||
}
|
||||
|
||||
if successful_count and result_count_sum:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue