e
This commit is contained in:
parent
ceea4f7f5b
commit
00000d91dc
6 changed files with 28 additions and 21 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue