fix clear func

This commit is contained in:
2026-05-03 05:06:29 -04:00
parent 886128c9c9
commit e62630b7e3
+1 -1
View File
@@ -159,7 +159,7 @@ def play_goal_celebration(text, color1, color2):
sleep(0.1) sleep(0.1)
# clear board # clear board
canvas = canvas.clear() canvas = canvas.Clear()
canvas = matrix.SwapOnVSync(canvas) canvas = matrix.SwapOnVSync(canvas)
# stop music if playing # stop music if playing