Skip to content

Commit f0c2a0e

Browse files
Update listen-for-shutdown.py
1 parent e3f5af4 commit f0c2a0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

listen-for-shutdown.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def main():
4242
sys.exit('turn-off-nodes.sh file does not exist')
4343
button = Button(PIN_NO_BUTTON, hold_time=HOLD_TIME)
4444
button.when_held = longpress
45-
print("Staring listen-for-shutdown")
45+
print("Starting listen-for-shutdown")
4646
pause()
4747

4848
if __name__ == "__main__":

0 commit comments

Comments
 (0)