mirror of
https://github.com/searxng/searxng.git
synced 2025-12-26 21:50:02 +00:00
[fix] ahmia engine: Remove comment for EngineCache
This commit is contained in:
@@ -44,8 +44,6 @@ name_token_xpath = '//form[@id="searchForm"]/input[@type="hidden"]/@name'
|
||||
value_token_xpath = '//form[@id="searchForm"]/input[@type="hidden"]/@value'
|
||||
|
||||
CACHE: EngineCache
|
||||
"""Persistent (SQLite) key/value cache that deletes its values after ``expire``
|
||||
seconds."""
|
||||
|
||||
|
||||
def setup(engine_settings: dict[str, t.Any]) -> bool:
|
||||
|
||||
Reference in New Issue
Block a user