This commit is contained in:
2026-05-06 03:26:08 -04:00
parent 0db43e3135
commit 7e265e7a2a
-2
View File
@@ -370,7 +370,6 @@ def run():
("BUF", "nhl"), ("BUF", "nhl"),
("TOR", "mlb"), ("TOR", "mlb"),
("LAL", "nba"), ("LAL", "nba"),
("SEA", "nfl")
] ]
while True: while True:
@@ -379,7 +378,6 @@ def run():
if now - last_fetch > 30 or len(games) <= 0: if now - last_fetch > 30 or len(games) <= 0:
games = get_all_scores() games = get_all_scores()
last_fetch = now last_fetch = now
print(games)
if games: if games:
canvas.Clear() canvas.Clear()