mirror of
https://github.com/searxng/searxng.git
synced 2026-05-26 04:40:12 +02: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'
|
value_token_xpath = '//form[@id="searchForm"]/input[@type="hidden"]/@value'
|
||||||
|
|
||||||
CACHE: EngineCache
|
CACHE: EngineCache
|
||||||
"""Persistent (SQLite) key/value cache that deletes its values after ``expire``
|
|
||||||
seconds."""
|
|
||||||
|
|
||||||
|
|
||||||
def setup(engine_settings: dict[str, t.Any]) -> bool:
|
def setup(engine_settings: dict[str, t.Any]) -> bool:
|
||||||
|
|||||||
Reference in New Issue
Block a user