From a8d3e84cefdad402810435f4ba96405b68e8e64e Mon Sep 17 00:00:00 2001 From: ChuckBuilds <33324927+ChuckBuilds@users.noreply.github.com> Date: Fri, 25 Apr 2025 13:15:36 -0500 Subject: [PATCH] re-enable mlb test mode --- config/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.json b/config/config.json index c53590c4..84eda7b0 100644 --- a/config/config.json +++ b/config/config.json @@ -128,7 +128,7 @@ }, "mlb": { "enabled": true, - "test_mode": false, + "test_mode": true, "update_interval_seconds": 300, "live_update_interval": 20, "recent_update_interval": 3600,