Skip to content

Commit 98ba8c0

Browse files
authored
Update i01_rightHandSensor_start.py
1 parent 7133159 commit 98ba8c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/startScripts/i01_rightHandSensor_start.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def publishPinRight(pinsRight):
9898
stopFinger(finger, 1)
9999
pressure[finger] = 0
100100

101-
print("Value:", value, "Pin:", pins[finger], finger)
101+
print "Value: %s Pin: %s Finger: %s" % (value, pins[finger], finger)
102102

103103
if runtime.isStarted('i01.chatBot'):
104104
i01_chatBot.getResponse("SYSTEM_EVENT STARTED RIGHT HAND SENSOR")

0 commit comments

Comments
 (0)