From a1ad08f7f79a36f6d74cbfc2541ec9d7f6490dba Mon Sep 17 00:00:00 2001 From: ChuckBuilds <33324927+ChuckBuilds@users.noreply.github.com> Date: Thu, 1 May 2025 11:12:41 -0500 Subject: [PATCH] enable NFL test mode --- config/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.json b/config/config.json index adaeb28b..f4e45df3 100644 --- a/config/config.json +++ b/config/config.json @@ -131,7 +131,7 @@ }, "nfl_scoreboard": { "enabled": true, - "test_mode": false, + "test_mode": true, "update_interval_seconds": 3600, "live_update_interval": 15, "past_fetch_days": 7,