From 5b4193a89677d4bdf1e1d05bc19edd1bd1a0cad1 Mon Sep 17 00:00:00 2001 From: ChuckBuilds <33324927+ChuckBuilds@users.noreply.github.com> Date: Fri, 2 May 2025 21:59:22 -0500 Subject: [PATCH] turn off NCAA scores --- config/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/config.json b/config/config.json index 32053747..5d1299d5 100644 --- a/config/config.json +++ b/config/config.json @@ -152,8 +152,8 @@ } }, "ncaa_fb_scoreboard": { - "enabled": true, - "test_mode": true, + "enabled": false, + "test_mode": false, "update_interval_seconds": 3600, "live_update_interval": 15, "past_fetch_days": 7, @@ -167,7 +167,7 @@ } }, "ncaam_scoreboard": { - "enabled": true, + "enabled": false, "test_mode": false, "update_interval_seconds": 3600, "live_update_interval": 15,