Ensure feedback on what working on gets own line

This commit is contained in:
mlncn 2021-05-02 16:57:54 -04:00
parent 926af1ed48
commit 321c0832dc

View file

@ -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.