diff --git a/pomodoroprompt.py b/pomodoroprompt.py index 8e7b7da..a42d734 100644 --- a/pomodoroprompt.py +++ b/pomodoroprompt.py @@ -116,7 +116,7 @@ def main(): whatdid = pomodoro_prompt_report(whatnext) record_task(whatnext, whatdid, start) log_step('Completed pomodoro: ' + whatdid, start, True) - print('Worked on: ' + whatdid) + print('\nWorked on: ' + whatdid) print('Break time!') # We're taking a break. Clear out task start/end times.