From ff206e967993bd2e7aa6597b03d0affee20948b9 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Thu, 29 May 2025 11:38:34 +0200 Subject: [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 --- searx/cache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/cache.py') 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 -- cgit v1.2.3