From 7715e7ce0e86ea2eeff3cae283df49fd1b299b03 Mon Sep 17 00:00:00 2001 From: Liz Date: Tue, 11 Jul 2023 09:12:01 -0400 Subject: [PATCH] Update code.py --- Adabot_RP2040_Prop-Maker_Feather/code.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Adabot_RP2040_Prop-Maker_Feather/code.py b/Adabot_RP2040_Prop-Maker_Feather/code.py index 7cfdf83ba..b1007819c 100644 --- a/Adabot_RP2040_Prop-Maker_Feather/code.py +++ b/Adabot_RP2040_Prop-Maker_Feather/code.py @@ -127,7 +127,7 @@ while True: FRACTION = (3 * FRACTION ** 2) - (2 * FRACTION ** 3) SERVO.angle = POSITION + (NEXT_POSITION - POSITION) * FRACTION if adabot_talk: - wave = open_audio(random.randint(1, 7)) + wave = open_audio(random.randint(1, 17)) mixer.voice[0].play(wave) while mixer.playing: sparkle.animate()