From af1ea8ee8d740954ac68888488756824aa4633b2 Mon Sep 17 00:00:00 2001 From: Chuck <33324927+ChuckBuilds@users.noreply.github.com> Date: Sun, 20 Jul 2025 19:34:29 -0500 Subject: [PATCH] disable MLB live temporarily while debugging --- config/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.json b/config/config.json index af1173c9..c954fc22 100644 --- a/config/config.json +++ b/config/config.json @@ -246,7 +246,7 @@ "favorite_teams": ["TB", "TEX"], "logo_dir": "assets/sports/mlb_logos", "display_modes": { - "mlb_live": true, + "mlb_live": false, "mlb_recent": true, "mlb_upcoming": true }