This commit is contained in:
2026-05-03 14:26:24 -04:00
parent 6ac11cb4a8
commit efbb6f5737
+1 -1
View File
@@ -325,7 +325,7 @@ def run():
current_games = get_all_scores() current_games = get_all_scores()
for game in current_games: for game in current_games:
print(game.status, game.home, game.away) print(game)
while True: while True:
now = time() now = time()