Skip to content

Commit 7133159

Browse files
authored
Refactor left hand sensor script for clarity
1 parent ced6bac commit 7133159

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/startScripts/i01_leftHandSensor_start.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def publishPinLeft(pinsLeft):
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 LEFT HAND SENSOR")

0 commit comments

Comments
 (0)