make sleep longer

This commit is contained in:
2026-05-05 16:53:58 -04:00
parent c18382f370
commit 97ee9f5ccd
+1 -2
View File
@@ -410,8 +410,7 @@ def run():
graphics.DrawText(canvas, font, 10, 22, graphics.Color(*Colors.RED.value), "No games today") graphics.DrawText(canvas, font, 10, 22, graphics.Color(*Colors.RED.value), "No games today")
canvas = matrix.SwapOnVSync(canvas) canvas = matrix.SwapOnVSync(canvas)
sleep(0.03) sleep(10)
print(current_preferred_game)
if __name__ == "__main__": if __name__ == "__main__":
run() run()