diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2026-02-20 15:03:43 +0100 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2026-02-22 09:30:16 +0100 |
| commit | cc39cf7df3f083b8f9b45d6ecdbbb84181ebabd4 (patch) | |
| tree | d7f43b8f75527cfd553c677f9d0d02adf849883a /searx/search | |
| parent | 76f07123193653a6c7f80c2ca9976fdfb029c9a3 (diff) | |
[mod] fix some minor type hint issues / add some type hints more
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'searx/search')
| -rw-r--r-- | searx/search/processors/abstract.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/search/processors/abstract.py b/searx/search/processors/abstract.py index ec94ed3bf..cc19077b2 100644 --- a/searx/search/processors/abstract.py +++ b/searx/search/processors/abstract.py @@ -264,7 +264,7 @@ class EngineProcessor(ABC): "searxng_locale": search_query.lang, } - # deprecated / vintage --> use params["searxng_locale"] + # params["language"] is deprecated --> use params["searxng_locale"] # # Conditions related to engine's traits are implemented in engine.traits # module. Don't do "locale" decisions here in the abstract layer of the |
