mirror of
https://github.com/searxng/searxng.git
synced 2025-12-28 22:50:01 +00:00
[fix] fix of PR #2225
This commit is contained in:
@@ -166,6 +166,9 @@ class Search:
|
||||
if request_params is None:
|
||||
continue
|
||||
|
||||
with threading.RLock():
|
||||
processor.engine.stats['sent_search_count'] += 1
|
||||
|
||||
# append request to list
|
||||
requests.append((engineref.name, self.search_query.query, request_params))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user