update M3U8

This commit is contained in:
GitHub Actions Bot 2026-04-08 18:31:34 -04:00
parent b2ffa9fecb
commit 3d078fc6d0
4 changed files with 577 additions and 517 deletions

View file

@ -75,7 +75,7 @@ async def get_events(cached_keys: list[str]) -> list[dict[str, str]]:
events = []
start_dt = now.delta(hours=-1)
end_dt = now.delta(minutes=5)
end_dt = now.delta(minutes=1)
for sport in api_data:
data = api_data[sport]