Skip to content

Commit 96e2d81

Browse files
Alfred LorbersAlfred Lorbers
authored andcommitted
startPICommunications.py: fixed comment to sleeping for... command
1 parent c1010c3 commit 96e2d81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

calculateLengthOfNight/startPICommunications.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def main(cmdLineArgs):
9090
cmdList.append("while :; do")
9191
cmdList.append("date")
9292
cmdList.append("./lucky7ToThingSpeak.py %s" % serialPort)
93-
cmdList.append("echo sleeping for %s seconds (Ctrl-c to exit) ..." % sleepSeconds)
93+
cmdList.append("echo 'Sleeping for %s seconds (Ctrl-c to exit)...'" % sleepSeconds)
9494
cmdList.append("sleep %s" % sleepSeconds)
9595
cmdList.append("done")
9696

0 commit comments

Comments
 (0)