This commit is contained in:
doms9 2025-09-30 17:39:35 -04:00
parent 00000d9bbd
commit 00000d9d19
2 changed files with 0 additions and 6 deletions

View file

@ -240,9 +240,6 @@ async def get_events(
elem.clear()
continue
if start_dt.date() != now.date():
continue
if not start_dt <= dt <= end_dt:
elem.clear()
continue