From fcc8c10c2b9cb8429f62d152a219f6d55d8f3249 Mon Sep 17 00:00:00 2001 From: Chuck <33324927+ChuckBuilds@users.noreply.github.com> Date: Thu, 24 Jul 2025 15:38:59 -0500 Subject: [PATCH] disable displays for debugging --- config/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.json b/config/config.json index abb57d4c..069c69fd 100644 --- a/config/config.json +++ b/config/config.json @@ -268,7 +268,7 @@ "update_interval": 3600 }, "mlb": { - "enabled": true, + "enabled": false, "live_priority": true, "live_game_duration": 30, "show_odds": true,