This commit is contained in:
doms9 2025-10-01 18:34:18 -04:00
parent 760aeb9174
commit 00000d9799
5 changed files with 19 additions and 14 deletions

View file

@ -210,7 +210,6 @@ async def get_events(
events: list[dict[str, str]] = []
now = Time.now()
start_dt = now.delta(minutes=-30)
end_dt = now.delta(minutes=30)