This commit is contained in:
2026-05-05 18:20:43 -04:00
parent c8f28930e5
commit 5cf53fbb19
+2 -1
View File
@@ -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()