Change quiet default to true since it breaks if no sound file

This commit is contained in:
benjamin melançon 2020-10-23 12:38:52 -04:00
parent 066794e197
commit 36b300f393

View file

@ -13,7 +13,7 @@ WORK_MIN = 25 # Minutes for a work session
SHORT_MIN = 5 # Minutes for a short break
LONG_MIN = 15 # Minutes for a long break (NOT YET IMPLEMENTED)
INTERRUPTED_MIN = 1 # Minimum minutes to ask to record an interrupted Pomodoro
QUIET = False
QUIET = True
def pomodoro_prompt_plan(whatdid = ''):
""" Ask about what task will be worked on (showing last thing worked on)