diff --git a/pomodoroprompt.py b/pomodoroprompt.py index d1d586c..101e443 100644 --- a/pomodoroprompt.py +++ b/pomodoroprompt.py @@ -95,8 +95,7 @@ def main(): whatdid = pomodoro_prompt_report(whatnext) record_task(whatdid, start) log_step('Incomplete (' + time_spent + ') pomodoro: ' + whatdid, start, True) - else: - quit_prompt() + quit_prompt() else: print('What did you break?') # If we somehow end up here, try a last-ditch effort to save.