From 105f60f57e40da570efd54d05abf57f52e45c731 Mon Sep 17 00:00:00 2001 From: Chuck <33324927+ChuckBuilds@users.noreply.github.com> Date: Fri, 12 Sep 2025 18:40:00 -0400 Subject: [PATCH] disable odds --- config/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.json b/config/config.json index 142b5720..d904eb6c 100644 --- a/config/config.json +++ b/config/config.json @@ -130,7 +130,7 @@ "duration_buffer": 0.1 }, "odds_ticker": { - "enabled": true, + "enabled": false, "show_favorite_teams_only": true, "games_per_favorite_team": 1, "max_games_per_league": 5,