summaryrefslogtreecommitdiff
path: root/searx/cache.py
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2025-05-29 11:38:34 +0200
committerMarkus Heiser <markus.heiser@darmarIT.de>2025-05-31 20:34:59 +0200
commitff206e967993bd2e7aa6597b03d0affee20948b9 (patch)
tree1b03b3da44e5db205c55f6ed7783a94c6da3d8d7 /searx/cache.py
parenta800dd04735c98a293edff00493a5fee3dfeaed7 (diff)
[mod] weather results: add types, i18n/l10n, symbols & unit conversions
The types necessary for weather information such as GeoLocation, DateTime, Temperature,Pressure, WindSpeed, RelativeHumidity, Compass (wind direction) and symbols for the weather have been implemented. There are unit conversions and translations for weather property labels. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'searx/cache.py')
-rw-r--r--searx/cache.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/cache.py b/searx/cache.py
index 96644419b..7ba5c8886 100644
--- a/searx/cache.py
+++ b/searx/cache.py
@@ -226,7 +226,7 @@ class ExpireCacheSQLite(sqlitedb.SQLiteAppl, ExpireCache):
# The key/value tables will be created on demand by self.create_table
DDL_CREATE_TABLES = {}
- CACHE_TABLE_PREFIX = "CACHE-TABLE-"
+ CACHE_TABLE_PREFIX = "CACHE-TABLE"
def __init__(self, cfg: ExpireCacheCfg):
"""An instance of the SQLite expire cache is build up from a