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 430a4ee commit 749c1a6Copy full SHA for 749c1a6
auto_shutdown/auto_shutdown.py
@@ -14,7 +14,7 @@ def shutdown():
14
sec = 60
15
16
print('Computer Will Now Shutdown in ' + str(set_time) + ' Minutes')
17
-time.sleep(set_time*sec)
+time.sleep(set_time * sec)
18
print('\n')
19
print('Computer Will Now Shutdown!')
20
time.sleep(3)
0 commit comments