mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-10 21:03:01 +00:00
seach logic will search for each team in a smarter search loop
This commit is contained in:
@@ -177,7 +177,7 @@
|
||||
"live_odds_update_interval": 3600,
|
||||
"odds_update_interval": 3600,
|
||||
"fetch_past_games": 1,
|
||||
"fetch_future_games": 1,
|
||||
"fetch_future_games": 5,
|
||||
"favorite_teams": ["TB", "DAL"],
|
||||
"logo_dir": "assets/sports/nfl_logos",
|
||||
"show_records": true,
|
||||
@@ -196,7 +196,7 @@
|
||||
"live_odds_update_interval": 3600,
|
||||
"odds_update_interval": 3600,
|
||||
"fetch_past_games": 1,
|
||||
"fetch_future_games": 1,
|
||||
"fetch_future_games": 5,
|
||||
"favorite_teams": ["UGA", "AUB"],
|
||||
"logo_dir": "assets/sports/ncaa_fbs_logos",
|
||||
"show_records": true,
|
||||
|
||||
Reference in New Issue
Block a user