diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-03-27 17:44:29 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-27 17:44:29 +0100 |
| commit | bb316d26984354be02dd0cbec85c5c9658ae5b9a (patch) | |
| tree | 5c05ad9ac36771673edd747cf836f02ae5186b2c /searx/search/__init__.py | |
| parent | 725a69616b68b0a6055814c00316137e8e821437 (diff) | |
| parent | 0b45afd4d7f23cbbc33376b861103f54c5c9f856 (diff) | |
Merge pull request #2682 from dalf/fix-checker
[fix] checker: various bug fixes
Diffstat (limited to 'searx/search/__init__.py')
| -rw-r--r-- | searx/search/__init__.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/searx/search/__init__.py b/searx/search/__init__.py index 27c6c3a88..f777e8595 100644 --- a/searx/search/__init__.py +++ b/searx/search/__init__.py @@ -111,8 +111,6 @@ class Search: if request_params is None: continue - request_params['engine_data'] = self.search_query.engine_data.get(engineref.name, {}) - with threading.RLock(): processor.engine.stats['sent_search_count'] += 1 |