Skip to content

Commit 7715e7c

Browse files
committed
Update code.py
1 parent 44dbda0 commit 7715e7c

File tree

1 file changed

+1
-1
lines changed
  • Adabot_RP2040_Prop-Maker_Feather

1 file changed

+1
-1
lines changed

Adabot_RP2040_Prop-Maker_Feather/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def open_audio(num):
127127
FRACTION = (3 * FRACTION ** 2) - (2 * FRACTION ** 3)
128128
SERVO.angle = POSITION + (NEXT_POSITION - POSITION) * FRACTION
129129
if adabot_talk:
130-
wave = open_audio(random.randint(1, 7))
130+
wave = open_audio(random.randint(1, 17))
131131
mixer.voice[0].play(wave)
132132
while mixer.playing:
133133
sparkle.animate()

0 commit comments

Comments
 (0)