replace sport9 with sportzone
This commit is contained in:
doms9 2026-03-05 22:05:43 -05:00
parent fb066b545b
commit 00000d9673
4 changed files with 158 additions and 152 deletions

View file

@ -59,7 +59,7 @@ async def refresh_api_cache(now_ts: float) -> list[dict[str, Any]]:
for ev in data:
ev["ts"] = ev.pop("timestamp")
data[-1]["timestamp"] = now_ts
data[-1]["timestamp"] = now_ts
return data