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

@ -102,8 +102,7 @@ async def get_events(
soup = HTMLParser(r.text)
events = []
now = Time.now()
now = Time.clean(Time.now())
start_dt = now.delta(minutes=-30)
end_dt = now.delta(minutes=30)