summaryrefslogtreecommitdiff
path: root/searx/search
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2026-02-20 15:03:43 +0100
committerMarkus Heiser <markus.heiser@darmarIT.de>2026-02-22 09:30:16 +0100
commitcc39cf7df3f083b8f9b45d6ecdbbb84181ebabd4 (patch)
treed7f43b8f75527cfd553c677f9d0d02adf849883a /searx/search
parent76f07123193653a6c7f80c2ca9976fdfb029c9a3 (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.py2
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