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