From 8f8343dc0d78bb57215afc3e99fd9000fce6e0cf Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Thu, 11 Sep 2025 19:10:27 +0200 Subject: [mod] addition of various type hints / engine processors Continuation of #5147 .. typification of the engine processors. BTW: - removed obsolete engine property https_support - fixed & improved currency_convert - engine instances can now implement a engine.setup method [#5147] https://github.com/searxng/searxng/pull/5147 Signed-off-by: Markus Heiser --- searx/engines/translated.py | 1 - 1 file changed, 1 deletion(-) (limited to 'searx/engines/translated.py') diff --git a/searx/engines/translated.py b/searx/engines/translated.py index cffb6eda3..08808cfd2 100644 --- a/searx/engines/translated.py +++ b/searx/engines/translated.py @@ -22,7 +22,6 @@ categories = ['general', 'translate'] api_url = "https://api.mymemory.translated.net" web_url = "https://mymemory.translated.net" weight = 100 -https_support = True api_key = '' -- cgit v1.2.3