From 5516a5f76479325b2c1bb97a7c3c4a05328835b6 Mon Sep 17 00:00:00 2001 From: Chuck <33324927+ChuckBuilds@users.noreply.github.com> Date: Thu, 24 Jul 2025 10:08:14 -0500 Subject: [PATCH] disabling other displays to focus on debugging --- config/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.json b/config/config.json index 1a3e0220..471bbbea 100644 --- a/config/config.json +++ b/config/config.json @@ -113,7 +113,7 @@ "headlines_per_rotation": 2 }, "odds_ticker": { - "enabled": true, + "enabled": false, "show_favorite_teams_only": true, "games_per_favorite_team": 1, "max_games_per_league": 5,