updating code for magic band reader
updating code for magic band reader
This commit is contained in:
parent
d2a630e799
commit
3e8b211afd
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ sounds = [
|
||||||
]
|
]
|
||||||
while True:
|
while True:
|
||||||
print("Waiting for button press to continue!")
|
print("Waiting for button press to continue!")
|
||||||
while button.value:
|
while not button.value:
|
||||||
solid.animate()
|
solid.animate()
|
||||||
play_wav(random.choice(sounds))
|
play_wav(random.choice(sounds))
|
||||||
while audio.playing:
|
while audio.playing:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue