From dcc42e1aa12a7370bbde52743a83c8e766c3e622 Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Sun, 3 May 2026 18:19:41 -0400 Subject: [PATCH] pass required args --- scoreboard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scoreboard.py b/scoreboard.py index 8da19e1..4c0a47a 100644 --- a/scoreboard.py +++ b/scoreboard.py @@ -393,7 +393,7 @@ def run(): canvas = matrix.SwapOnVSync(canvas) sleep(10) else: - draw_all_games() + draw_all_games(canvas, games) canvas = matrix.SwapOnVSync(canvas) sleep(0.03) else: