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 c1010c3 commit 96e2d81Copy full SHA for 96e2d81
calculateLengthOfNight/startPICommunications.py
@@ -90,7 +90,7 @@ def main(cmdLineArgs):
90
cmdList.append("while :; do")
91
cmdList.append("date")
92
cmdList.append("./lucky7ToThingSpeak.py %s" % serialPort)
93
- cmdList.append("echo sleeping for %s seconds (Ctrl-c to exit) ..." % sleepSeconds)
+ cmdList.append("echo 'Sleeping for %s seconds (Ctrl-c to exit)...'" % sleepSeconds)
94
cmdList.append("sleep %s" % sleepSeconds)
95
cmdList.append("done")
96
0 commit comments