mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-10 13:02:59 +00:00
change football logic from days to games.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user