summaryrefslogtreecommitdiff
path: root/wasp/apps/timer.py
diff options
context:
space:
mode:
Diffstat (limited to 'wasp/apps/timer.py')
-rw-r--r--wasp/apps/timer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wasp/apps/timer.py b/wasp/apps/timer.py
index f1543f8..648d45c 100644
--- a/wasp/apps/timer.py
+++ b/wasp/apps/timer.py
@@ -62,7 +62,7 @@ class TimerApp():
def __init__(self):
"""Initialize the application."""
self.minutes = widgets.Spinner(50, 60, 0, 99, 2)
- self.seconds = widgets.Spinner(130, 60, 0, 60, 2)
+ self.seconds = widgets.Spinner(130, 60, 0, 59, 2)
self.current_alarm = None
self.minutes.value = 10