remove unneeded code

Per Sophy Wong testing
This commit is contained in:
Mike Barela 2018-10-26 08:37:14 -04:00 committed by GitHub
parent e3ba1dc0fb
commit c1f6fb7f5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,8 +27,7 @@ while True:
print("Distance:", handDistance)
except RuntimeError:
print("retrying!")
time.sleep(.00001)
break
time.sleep(.00001)
pitch = handDistance*pitchMultiplier