change football logic from days to games.

This commit is contained in:
Chuck
2025-07-21 16:51:29 -05:00
parent 8dccebff01
commit e9cf2829da
4 changed files with 211 additions and 112 deletions

View File

@@ -176,8 +176,8 @@
"live_update_interval": 30,
"live_odds_update_interval": 3600,
"odds_update_interval": 3600,
"past_fetch_days": 7,
"future_fetch_days": 7,
"fetch_past_games": 1,
"fetch_future_games": 1,
"favorite_teams": ["TB", "DAL"],
"logo_dir": "assets/sports/nfl_logos",
"show_records": true,
@@ -195,8 +195,8 @@
"live_update_interval": 30,
"live_odds_update_interval": 3600,
"odds_update_interval": 3600,
"past_fetch_days": 7,
"future_fetch_days": 7,
"fetch_past_games": 1,
"fetch_future_games": 1,
"favorite_teams": ["UGA", "AUB"],
"logo_dir": "assets/sports/ncaa_fbs_logos",
"show_records": true,