We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ced6bac commit 7133159Copy full SHA for 7133159
1 file changed
system/startScripts/i01_leftHandSensor_start.py
@@ -98,7 +98,7 @@ def publishPinLeft(pinsLeft):
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 LEFT HAND SENSOR")
0 commit comments