This commit is contained in:
doms9 2025-12-16 20:28:51 -05:00
parent 3944fc8516
commit 00000d9bce
9 changed files with 9 additions and 9 deletions

View file

@ -72,7 +72,7 @@ async def refresh_api_cache(
for ev in data:
ev["ts"] = ev.pop("timestamp")
data[-1]["timestamp"] = Time.now().timestamp()
data[-1]["timestamp"] = Time.clean(Time.now()).timestamp()
return data