e
This commit is contained in:
parent
56e0a3b9de
commit
00000d9bd1
4 changed files with 13 additions and 12 deletions
|
|
@ -187,8 +187,8 @@ async def scrape(client: httpx.AsyncClient) -> None:
|
|||
tvg_id, logo = leagues.info(sport)
|
||||
|
||||
if sport == "NBA" and leagues.is_valid(event, "WNBA"):
|
||||
sport, tvg_id = "WNBA", "WNBA.dummy.us"
|
||||
logo = leagues.info("WNBA")[1]
|
||||
sport = "WNBA"
|
||||
tvg_id, logo = leagues.info("WNBA")
|
||||
|
||||
key = f"[{sport}] {event} (SEAST)"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue