[fix] ahmia engine: Remove comment for EngineCache

This commit is contained in:
Aadniz
2025-12-13 08:15:46 +01:00
committed by Bnyro
parent f45123356b
commit 9df177af85

View File

@@ -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: