From a44fa29e73620fe23abd3e9f8974d8ca1fab8345 Mon Sep 17 00:00:00 2001 From: ChuckBuilds <33324927+ChuckBuilds@users.noreply.github.com> Date: Sat, 19 Apr 2025 14:38:45 -0500 Subject: [PATCH] changed favorite teams in NBA scoreboard and enabled test mode --- config/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config.json b/config/config.json index a71a3a5a..507fd90d 100644 --- a/config/config.json +++ b/config/config.json @@ -86,13 +86,13 @@ }, "nba_scoreboard": { "enabled": true, - "test_mode": false, + "test_mode": true, "update_interval_seconds": 300, "live_update_interval": 20, "recent_update_interval": 1800, "upcoming_update_interval": 1800, "recent_game_hours": 72, - "favorite_teams": ["LAL", "GSW"], + "favorite_teams": ["DAL", "ATL"], "logo_dir": "assets/sports/nba_logos", "display_modes": { "nba_live": true,