This commit is contained in:
doms9 2025-11-11 17:16:10 -05:00
parent ceea4f7f5b
commit 00000d91dc
6 changed files with 28 additions and 21 deletions

View file

@ -85,7 +85,7 @@ async def get_events(
sport = pattern.split(details)[0].strip()
event_time = Time.from_str(f"{now.date()} {match[0]} CET", "%Y-%m-%d %H:%M")
event_time = Time.from_str(f"{now.date()} {match[0]}", timezone="CET")
if not start_ts <= event_time <= end_ts:
continue