diff --git a/pomodoroprompt.py b/pomodoroprompt.py index 8f39f65..3a207d5 100644 --- a/pomodoroprompt.py +++ b/pomodoroprompt.py @@ -79,7 +79,7 @@ def main(): end = start + timedelta(minutes=WORK_MIN) log_step('Start with plan: ' + whatnext, start) try: - print('Task -', whatnext) + print('Working on: ', whatnext) while datetime.now(pytz.utc) <= end: to_go = end-datetime.now(pytz.utc) print('\r', str(to_go).split('.')[0], sep='', end='')