diff --git a/src/nhl_scoreboard.py b/src/nhl_scoreboard.py index 15c0534b..052e32f4 100644 --- a/src/nhl_scoreboard.py +++ b/src/nhl_scoreboard.py @@ -1219,7 +1219,7 @@ class NHLScoreboardManager: # Draw team logos if home_logo: - home_x = width // 4 - home_logo.width // 2 + home_x = 3 * width // 4 - home_logo.width // 2 home_y = height // 4 - home_logo.height // 2 # Create a temporary RGB image for compositing temp_img = Image.new('RGB', (width, height), 'black')