maybe actually print the remaining seconds ...

This commit is contained in:
Stefan Harmuth 2022-11-30 19:46:38 +01:00
parent 0868da6f5c
commit a7a383dca8

2
start_day.py Normal file → Executable file
View 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])