Tweak outputted terminology
This commit is contained in:
parent
fd9128bd5e
commit
5d5280cab2
1 changed files with 1 additions and 1 deletions
|
@ -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='')
|
||||||
|
|
Loading…
Reference in a new issue