From 184bd720d4c40c7a6298a5431beb7eb8ee3a6ff5 Mon Sep 17 00:00:00 2001 From: ChuckBuilds <33324927+ChuckBuilds@users.noreply.github.com> Date: Fri, 25 Apr 2025 21:04:58 -0500 Subject: [PATCH] disabled mlb test mode --- config/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config.json b/config/config.json index 84eda7b0..61b81355 100644 --- a/config/config.json +++ b/config/config.json @@ -89,7 +89,7 @@ "calendars": ["birthdays"] }, "nhl_scoreboard": { - "enabled": false, + "enabled": true, "test_mode": false, "update_interval_seconds": 300, "live_update_interval": 15, @@ -128,7 +128,7 @@ }, "mlb": { "enabled": true, - "test_mode": true, + "test_mode": false, "update_interval_seconds": 300, "live_update_interval": 20, "recent_update_interval": 3600,