e
This commit is contained in:
parent
a180e18935
commit
00000d9050
5 changed files with 295 additions and 189 deletions
|
|
@ -135,7 +135,7 @@ class Leagues:
|
|||
|
||||
return any(t in self.teams(league) for t in (t1.strip(), t2.strip()))
|
||||
|
||||
return event.lower() in ["nfl redzone", "college gameday"]
|
||||
return event.lower() in {"nfl redzone", "college gameday"}
|
||||
|
||||
def get_tvg_info(
|
||||
self,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue