This commit is contained in:
doms9 2025-12-15 22:25:03 -05:00
parent 8264afeefd
commit 00000d949b
3 changed files with 6 additions and 8 deletions

View file

@ -141,7 +141,7 @@ async def get_events(
live = []
start_ts = now.delta(hours=-1).timestamp()
start_ts = now.delta(minutes=-30).timestamp()
for k, v in events.items():
if cached_keys & {k}: