This commit is contained in:
2026-05-03 18:27:09 -04:00
parent 2ee6517162
commit 8097bb9a10
-4
View File
@@ -372,10 +372,6 @@ def run():
page_display_time = 8
last_switch = time()
current_games = get_all_scores()
for game in current_games:
print(game.status, game.home, game.away)
while True:
# now = time()