This commit is contained in:
doms9 2025-11-01 12:32:51 -04:00
parent 00000d928b
commit 00000d9ecd
4 changed files with 6 additions and 6 deletions

View file

@ -111,7 +111,7 @@ async def scrape(client: httpx.AsyncClient) -> None:
key = f"[{sport}] {event} (SBTW)"
tvg_id, logo = leagues.info(sport)
tvg_id, logo = leagues.get_tvg_info(sport, event)
entry = {
"url": url,