diff --git a/scoreboard.py b/scoreboard.py index cf09423..d95f1a9 100644 --- a/scoreboard.py +++ b/scoreboard.py @@ -355,8 +355,8 @@ def draw_single_game(canvas, game): graphics.DrawText( canvas, font, - 25, - 29, + 35, + 35, graphics.Color(255,255,255), str(game["status"]) )