Skip to content

Commit e6d6794

Browse files
committed
lint lint
1 parent 19b12e9 commit e6d6794

File tree

1 file changed

+1
-1
lines changed
  • CircuitPython_Talking_Adabot_Clock

1 file changed

+1
-1
lines changed

CircuitPython_Talking_Adabot_Clock/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def prep_clock(hour_num, minute_num):
118118
print(minute_num)
119119
# if it's a single digit number, bring in the "oh" wave file
120120
if minute_num <= 9:
121-
mm = min_sounds.index(f'/clock_sounds/m0x.wav')
121+
mm = min_sounds.index('/clock_sounds/m0x.wav')
122122
open_audio(min_sounds, mm)
123123
m = min_sounds.index(f'/clock_sounds/m{minute_num}.wav')
124124
# otherwise, for minutes 21-59 that are not divisible by 10

0 commit comments

Comments
 (0)