Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jake158 committed Mar 17, 2024
1 parent e5d4964 commit 1efb97f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pomodorodiscord/src/pomodoro_frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def session_ended(self):

if was_break:
if self.auto_break_cycling:
self.start_timer()
self.toggle_timer()
return

self.session_counter += 1
Expand Down

0 comments on commit 1efb97f

Please sign in to comment.