There was an error while loading. Please reload this page.
1 parent 7133159 commit 98ba8c0Copy full SHA for 98ba8c0
1 file changed
system/startScripts/i01_rightHandSensor_start.py
@@ -98,7 +98,7 @@ def publishPinRight(pinsRight):
98
stopFinger(finger, 1)
99
pressure[finger] = 0
100
101
- print("Value:", value, "Pin:", pins[finger], finger)
+ print "Value: %s Pin: %s Finger: %s" % (value, pins[finger], finger)
102
103
if runtime.isStarted('i01.chatBot'):
104
i01_chatBot.getResponse("SYSTEM_EVENT STARTED RIGHT HAND SENSOR")
0 commit comments