From efbb6f5737e5518b4b0e6235e1316647521562ae Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Sun, 3 May 2026 14:26:24 -0400 Subject: [PATCH] diff log --- scoreboard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scoreboard.py b/scoreboard.py index 674e8b5..6c9befb 100644 --- a/scoreboard.py +++ b/scoreboard.py @@ -325,7 +325,7 @@ def run(): current_games = get_all_scores() for game in current_games: - print(game.status, game.home, game.away) + print(game) while True: now = time()