Skip to content

Commit e160527

Browse files
authored
Update code.py
1 parent 10e6555 commit e160527

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CPX_Sound_Box/code.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def simpleCircle(wait):
3333
pixels[i] = BLACK
3434
time.sleep(wait)
3535

36-
# Audio Stuff
36+
# Audio Play File
3737
def play_file(filename):
3838
print("Playing File" + filename)
3939
wave_file = open(filename, "rb")
@@ -47,4 +47,4 @@ def play_file(filename):
4747

4848
while True:
4949
if not button.value:
50-
play_file(filename)
50+
play_file(filename)

0 commit comments

Comments
 (0)