This commit is contained in:
doms9 2025-10-04 15:17:00 -04:00
parent b53a4fd1a6
commit 00000d960c
3 changed files with 3 additions and 3 deletions

View file

@ -138,7 +138,7 @@ async def get_events(
event_dt = Time.from_ts(timestamp)
if time_text == "LIVE" or (start_dt <= event_dt < end_dt):
if time_text == "LIVE" or (start_dt <= event_dt <= end_dt):
events.append(
{
"sport": sport,