This commit is contained in:
doms9 2026-01-01 00:09:43 -05:00
parent 7d749ae513
commit 00000d9113
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ log = get_logger(__name__)
urls: dict[str, dict[str, str | float]] = {} urls: dict[str, dict[str, str | float]] = {}
TAG = "iSTRMEST" TAG = "iSTRMEAST"
CACHE_FILE = Cache(f"{TAG.lower()}.json", exp=3_600) CACHE_FILE = Cache(f"{TAG.lower()}.json", exp=3_600)

View file

@ -86,8 +86,8 @@ async def refresh_html_cache(
"event": event_name, "event": event_name,
"link": href, "link": href,
"logo": logo, "logo": logo,
"timestamp": ts,
"event_ts": event_dt.timestamp(), "event_ts": event_dt.timestamp(),
"timestamp": ts,
} }
return events return events