Skip to content

Commit 749c1a6

Browse files
fixed linting
1 parent 430a4ee commit 749c1a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auto_shutdown/auto_shutdown.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def shutdown():
1414
sec = 60
1515

1616
print('Computer Will Now Shutdown in ' + str(set_time) + ' Minutes')
17-
time.sleep(set_time*sec)
17+
time.sleep(set_time * sec)
1818
print('\n')
1919
print('Computer Will Now Shutdown!')
2020
time.sleep(3)

0 commit comments

Comments
 (0)