Merge pull request #524 from jawsper/master

Corrected output of pomodoro module.
This commit is contained in:
enkore 2017-01-12 15:32:39 +01:00 committed by GitHub
commit 57eefec6b1

View File

@ -83,7 +83,7 @@ class Pomodoro(IntervalModule):
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 = {