diff --git a/Magic_Band_Reader/code.py b/Magic_Band_Reader/code.py index f9b59accc..031b6bffc 100755 --- a/Magic_Band_Reader/code.py +++ b/Magic_Band_Reader/code.py @@ -47,7 +47,7 @@ sounds = [ ] while True: print("Waiting for button press to continue!") - while button.value: + while not button.value: solid.animate() play_wav(random.choice(sounds)) while audio.playing: