mirror of
https://github.com/doms9/iptv.git
synced 2026-03-07 11:18:25 +01:00
e
- add totalsportek1.py - misc edits
This commit is contained in:
parent
b2f11e6da5
commit
00000d9eed
10 changed files with 259 additions and 78 deletions
|
|
@ -194,6 +194,13 @@ class Leagues:
|
|||
else self.info("Hockey")
|
||||
)
|
||||
|
||||
case "Baseball" | "MLB":
|
||||
return (
|
||||
self.info("MLB")
|
||||
if self.is_valid(event, "MLB")
|
||||
else self.info("Baseball")
|
||||
)
|
||||
|
||||
case _:
|
||||
return self.info(sport)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue