maybe actually print the remaining seconds ...
This commit is contained in:
parent
0868da6f5c
commit
a7a383dca8
2
start_day.py
Normal file → Executable file
2
start_day.py
Normal file → Executable file
@ -43,7 +43,7 @@ if start > now:
|
||||
exit()
|
||||
|
||||
for x in range(time_wait.seconds, -1, -1):
|
||||
print("Day starts in %02ds.\r")
|
||||
print("Day starts in %02ds.\r" % x)
|
||||
sleep(1)
|
||||
|
||||
call([CHARMS[system()], day_file])
|
||||
|
||||
Loading…
Reference in New Issue
Block a user