diff --git a/PropMaker_Light_Up_Prop/code.py b/PropMaker_Light_Up_Prop/code.py index 740c81446..dd698a369 100644 --- a/PropMaker_Light_Up_Prop/code.py +++ b/PropMaker_Light_Up_Prop/code.py @@ -135,4 +135,4 @@ while True: led.color = HIT_COLOR # Set color to hit color else: # No sound now, but still SWING or HIT modes play_wav('idle', loop=True) # Resume idle sound - mode = 1 # Return to idle mode \ No newline at end of file + mode = 1 # Return to idle mode