From e09ddda62b8fbdc31c1076a2ec1b2a5a3672c4f1 Mon Sep 17 00:00:00 2001 From: ChuckBuilds <33324927+ChuckBuilds@users.noreply.github.com> Date: Fri, 18 Apr 2025 18:30:15 -0500 Subject: [PATCH] turned off nhl_scoreboard to work on other features since api calls are exhausted --- config/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.json b/config/config.json index 929ab605..bf50d86c 100644 --- a/config/config.json +++ b/config/config.json @@ -65,7 +65,7 @@ "headlines_per_rotation": 2 }, "nhl_scoreboard": { - "enabled": true, + "enabled": false, "test_mode": false, "update_interval_seconds": 300, "live_update_interval": 60,