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