Change quiet default to true since it breaks if no sound file
This commit is contained in:
parent
066794e197
commit
36b300f393
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue