From 6c7fd0ddb2cabc8bf0b8f87c2309abcc1bd454e2 Mon Sep 17 00:00:00 2001 From: ChuckBuilds <33324927+ChuckBuilds@users.noreply.github.com> Date: Sat, 19 Apr 2025 16:52:54 -0500 Subject: [PATCH] turned off nba test mode --- config/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config.json b/config/config.json index 507fd90d..31a5c89e 100644 --- a/config/config.json +++ b/config/config.json @@ -82,11 +82,11 @@ "nhl_recent": true, "nhl_upcoming": true }, - "live_game_duration": 20 + "live_game_duration": 30 }, "nba_scoreboard": { "enabled": true, - "test_mode": true, + "test_mode": false, "update_interval_seconds": 300, "live_update_interval": 20, "recent_update_interval": 1800,