Skip to content

Commit c1f6fb7

Browse files
authored
remove unneeded code
Per Sophy Wong testing
1 parent e3ba1dc commit c1f6fb7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Pumpkin_Theremin/code.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ def wheel(pos):
2727
print("Distance:", handDistance)
2828
except RuntimeError:
2929
print("retrying!")
30-
time.sleep(.00001)
31-
break
30+
time.sleep(.00001)
3231

3332
pitch = handDistance*pitchMultiplier
3433

0 commit comments

Comments
 (0)