From e36994610f52095610e42e26f617555f3b0062f2 Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Tue, 5 May 2026 18:22:31 -0400 Subject: [PATCH] testing --- scoreboard.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scoreboard.py b/scoreboard.py index 48d397b..bc650cb 100644 --- a/scoreboard.py +++ b/scoreboard.py @@ -427,8 +427,7 @@ def run(): graphics.DrawText(canvas, font, 10, 22, graphics.Color(*Colors.RED.value), "No games today") canvas = matrix.SwapOnVSync(canvas) - # sleep(10) - sleep(5) + sleep(10) if __name__ == "__main__": run()