From 1e0c58d0772646cca1b29a00e3cc9bbda5273d2e Mon Sep 17 00:00:00 2001 From: ChuckBuilds <33324927+ChuckBuilds@users.noreply.github.com> Date: Wed, 30 Apr 2025 14:27:59 -0500 Subject: [PATCH] enable test mode for soccer --- config/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/config.json b/config/config.json index d1a439ac..13bc8f5b 100644 --- a/config/config.json +++ b/config/config.json @@ -158,14 +158,14 @@ "background_color": [0, 0, 0] }, "soccer_scoreboard": { - "enabled": false, - "test_mode": false, + "enabled": true, + "test_mode": true, "update_interval_seconds": 300, "live_update_interval": 20, "recent_update_interval": 3600, "upcoming_update_interval": 3600, "recent_game_hours": 48, - "favorite_teams": [], + "favorite_teams": ["BAR"], "leagues": ["eng.1", "esp.1", "ger.1", "ita.1", "fra.1", "uefa.champions", "usa.1"], "logo_dir": "assets/sports/soccer_logos", "display_modes": {