Tweak outputted terminology

This commit is contained in:
benjamin melançon 2020-07-06 09:27:34 -04:00
parent fd9128bd5e
commit 5d5280cab2

View file

@ -79,7 +79,7 @@ def main():
end = start + timedelta(minutes=WORK_MIN) end = start + timedelta(minutes=WORK_MIN)
log_step('Start with plan: ' + whatnext, start) log_step('Start with plan: ' + whatnext, start)
try: try:
print('Task -', whatnext) print('Working on: ', whatnext)
while datetime.now(pytz.utc) <= end: while datetime.now(pytz.utc) <= end:
to_go = end-datetime.now(pytz.utc) to_go = end-datetime.now(pytz.utc)
print('\r', str(to_go).split('.')[0], sep='', end='') print('\r', str(to_go).split('.')[0], sep='', end='')