From 8e125308aea7d9a986c507384c49abc4bcd18ca5 Mon Sep 17 00:00:00 2001 From: ChuckBuilds <33324927+ChuckBuilds@users.noreply.github.com> Date: Thu, 24 Apr 2025 19:10:50 -0500 Subject: [PATCH] disable NHL to troubleshoot MLB --- config/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.json b/config/config.json index 9eb83d56..e42c83ed 100644 --- a/config/config.json +++ b/config/config.json @@ -89,7 +89,7 @@ "calendars": ["birthdays"] }, "nhl_scoreboard": { - "enabled": true, + "enabled": false, "test_mode": false, "update_interval_seconds": 300, "live_update_interval": 15,