From 9e157c43f7563736c07798da4b8b2e37c3f761ae Mon Sep 17 00:00:00 2001 From: Chuck <33324927+ChuckBuilds@users.noreply.github.com> Date: Sat, 19 Jul 2025 10:47:51 -0500 Subject: [PATCH] actually enable drawing odds in config lol --- config/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.json b/config/config.json index 71bb4d0b..8c8a66c2 100644 --- a/config/config.json +++ b/config/config.json @@ -218,7 +218,7 @@ }, "mlb": { "enabled": true, - "show_odds": false, + "show_odds": true, "test_mode": false, "update_interval_seconds": 3600, "live_update_interval": 30,