e
This commit is contained in:
parent
51d497c273
commit
00000d9f38
2 changed files with 3 additions and 3 deletions
|
|
@ -78,7 +78,7 @@ def is_nfl(event: str) -> bool:
|
|||
|
||||
return t1 in NFL_TEAMS or t2 in NFL_TEAMS
|
||||
except ValueError:
|
||||
return False
|
||||
return event.lower() == "nfl redzone"
|
||||
|
||||
|
||||
async def refresh_api_cache(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue