This commit is contained in:
doms9 2025-09-22 00:31:21 -04:00
parent 51d497c273
commit 00000d9f38
2 changed files with 3 additions and 3 deletions

View file

@ -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(