remove unneeded code
Per Sophy Wong testing
This commit is contained in:
parent
e3ba1dc0fb
commit
c1f6fb7f5c
1 changed files with 1 additions and 2 deletions
|
|
@ -27,8 +27,7 @@ while True:
|
|||
print("Distance:", handDistance)
|
||||
except RuntimeError:
|
||||
print("retrying!")
|
||||
time.sleep(.00001)
|
||||
break
|
||||
time.sleep(.00001)
|
||||
|
||||
pitch = handDistance*pitchMultiplier
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue