From d8345b9e3e6d8b48e09b8aa1591daeafce1e518b Mon Sep 17 00:00:00 2001 From: ChuckBuilds <33324927+ChuckBuilds@users.noreply.github.com> Date: Wed, 30 Apr 2025 15:03:37 -0500 Subject: [PATCH] turn off soccer test mode --- config/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.json b/config/config.json index 13bc8f5b..56f0ccd8 100644 --- a/config/config.json +++ b/config/config.json @@ -159,7 +159,7 @@ }, "soccer_scoreboard": { "enabled": true, - "test_mode": true, + "test_mode": false, "update_interval_seconds": 300, "live_update_interval": 20, "recent_update_interval": 3600,