e
This commit is contained in:
parent
a44ec5d8aa
commit
00000d98bd
1 changed files with 3 additions and 0 deletions
|
|
@ -46,6 +46,9 @@ def get_tvg(sport: str, event: str) -> str:
|
|||
else:
|
||||
return "Basketball.Dummy.us"
|
||||
|
||||
case "Ice Hockey":
|
||||
return "NHL.Hockey.Dummy.us"
|
||||
|
||||
case _:
|
||||
return leagues.info(sport)[0]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue