diff --git a/start_day.py b/start_day.py old mode 100644 new mode 100755 index a73ec03..e95bc62 --- a/start_day.py +++ b/start_day.py @@ -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])