From 6b8784a2f290519be67467a05b55058073cf2fef Mon Sep 17 00:00:00 2001 From: ChuckBuilds <33324927+ChuckBuilds@users.noreply.github.com> Date: Fri, 25 Apr 2025 14:55:32 -0500 Subject: [PATCH] style: Increase base diamond size in live MLB display --- src/mlb_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mlb_manager.py b/src/mlb_manager.py index fd39a398..f92cdc64 100644 --- a/src/mlb_manager.py +++ b/src/mlb_manager.py @@ -544,7 +544,7 @@ class MLBLiveManager(BaseMLBManager): strikes = game_data['strikes'] # Define geometry - diamond_size = 5 # Size of the base diamonds + diamond_size = 7 # Increase size of the base diamonds circle_diameter = 3 # Diameter of the count circles vertical_spacing = 1 # Space between bases row and count row horizontal_spacing = 1 # Space between elements