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()