Ensure feedback on what working on gets own line
This commit is contained in:
parent
926af1ed48
commit
321c0832dc
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue