summaryrefslogtreecommitdiff
path: root/searx/engines
diff options
context:
space:
mode:
authorAadniz <8147434+Aadniz@users.noreply.github.com>2025-12-13 08:15:46 +0100
committerBnyro <bnyro@tutanota.com>2025-12-26 18:22:15 +0100
commit9df177af85c0239aa71de7478c9b9f44d8abcfd5 (patch)
tree74c493f2ad23b149ec73e72b008cf005c36c9477 /searx/engines
parentf45123356b89e5e2a215847e1c372a9c61d6f9e7 (diff)
[fix] ahmia engine: Remove comment for EngineCache
Diffstat (limited to 'searx/engines')
-rw-r--r--searx/engines/ahmia.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/searx/engines/ahmia.py b/searx/engines/ahmia.py
index 064f8ee79..952462244 100644
--- a/searx/engines/ahmia.py
+++ b/searx/engines/ahmia.py
@@ -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: