Skip to content

Commit ae2df81

Browse files
committed
Update pomodoro.py
1 parent 691966e commit ae2df81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

software/pomodoro.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
)
2727

2828

29-
WORK = 1
30-
SHORTBREAK = 1
29+
WORK = 25
30+
SHORTBREAK = 5
3131
COLOR_STOPED = 0xff0000
3232
COLOR_STARTED = 0x00ff00
3333

0 commit comments

Comments
 (0)