Skip to content

Commit

Permalink
Merge pull request enkore#524 from jawsper/master
Browse files Browse the repository at this point in the history
Corrected output of pomodoro module.
  • Loading branch information
enkore committed Jan 12, 2017
2 parents ff498e8 + eb9460a commit 57eefec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion i3pystatus/pomodoro.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def run(self):
color = self.color_running if self.state == RUNNING else self.color_break
text = self.format.format(**sdict)
else:
text = 'Start pomodoro',
text = 'Start pomodoro'
color = self.color_stopped

self.output = {
Expand Down

0 comments on commit 57eefec

Please sign in to comment.