mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-10 21:03:01 +00:00
adjust spacing on live odds outs
This commit is contained in:
@@ -853,7 +853,7 @@ class OddsTickerManager:
|
||||
inning_half_indicator = "▲" if live_info.get('inning_half') == 'top' else "▼"
|
||||
inning_text = f"{inning_half_indicator}{live_info.get('inning', 1)}"
|
||||
count_text = f"{live_info.get('balls', 0)}-{live_info.get('strikes', 0)}"
|
||||
outs_text = f"{live_info.get('outs', 0)} out"
|
||||
outs_text = f"{live_info.get('outs', 0)}out"
|
||||
|
||||
day_text = inning_text
|
||||
date_text = count_text
|
||||
|
||||
Reference in New Issue
Block a user