e
This commit is contained in:
parent
e8ffff80fa
commit
00000d941e
3 changed files with 215 additions and 207 deletions
|
|
@ -18,6 +18,8 @@ LEAGUES: dict[str, dict[str, str]] = json.loads(
|
|||
|
||||
|
||||
def league_info(name: str) -> tuple[str | None, str]:
|
||||
name = name.upper()
|
||||
|
||||
if match := next(
|
||||
(
|
||||
(tvg_id, league_data.get("logo"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue