Skip to content

Commit 0e7c08a

Browse files
committed
Update code.py
1 parent 780fabf commit 0e7c08a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Kamek_Magic_Wand_Prop/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
external_power.value = True
2727

2828
# i2s playback
29-
wave_file = open("wand-mix-sfx.wav", "rb") # pylint: disable=consider-using-with
29+
wave_file = open("wand-mix-sfx.wav", "rb")
3030
wave = audiocore.WaveFile(wave_file)
3131
audio = audiobusio.I2SOut(board.I2S_BIT_CLOCK, board.I2S_WORD_SELECT, board.I2S_DATA)
3232
mixer = audiomixer.Mixer(voice_count=1, sample_rate=22050, channel_count=1,

0 commit comments

Comments
 (0)