This commit is contained in:
doms9 2025-10-02 12:57:25 -04:00
parent 9caa2f50d1
commit 00000d9342
6 changed files with 10 additions and 12 deletions

View file

@ -134,8 +134,8 @@ async def get_events(
HTML_CACHE.write(events)
live = []
now = Time.now()
now = Time.clean(Time.now())
start_ts = now.delta(minutes=-30).timestamp()
end_ts = now.delta(minutes=30).timestamp()