From 7e265e7a2a5487be085c606d474ddcd7f55d6fc8 Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Wed, 6 May 2026 03:26:08 -0400 Subject: [PATCH] perf --- scoreboard.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/scoreboard.py b/scoreboard.py index 7927c6e..3a46d20 100644 --- a/scoreboard.py +++ b/scoreboard.py @@ -370,7 +370,6 @@ def run(): ("BUF", "nhl"), ("TOR", "mlb"), ("LAL", "nba"), - ("SEA", "nfl") ] while True: @@ -379,7 +378,6 @@ def run(): if now - last_fetch > 30 or len(games) <= 0: games = get_all_scores() last_fetch = now - print(games) if games: canvas.Clear()