This commit is contained in:
2026-05-05 18:10:05 -04:00
parent 51d4fb2656
commit 6560509eed
+1 -1
View File
@@ -432,7 +432,7 @@ def run():
graphics.DrawText(canvas, font, 10, 22, graphics.Color(*Colors.RED.value), "No games today")
canvas = matrix.SwapOnVSync(canvas)
sleep(0.03)
sleep(10)
if __name__ == "__main__":
run()