Change
to Or you can leave it at 1 and just change the shutdown command to wait for the 10 seconds instead of now as it is in the code. You can find out how to do that by opening a terminal and executing and that will display the help for the shutdown command and all it's options.
Code:
time.sleep(1)
Code:
time.sleep(10)
Code:
man shutdown
Statistics: Posted by memjr — Wed Jun 12, 2024 2:14 am