Fix PEP8 issue

This commit is contained in:
Sergei Turukin 2016-05-18 14:53:59 +03:00
parent 565e4a66d1
commit cea50cbe5e

View File

@ -76,7 +76,7 @@ class Pomodoro(IntervalModule):
sdict = {
'time': text,
'current_pomodoro': self.current_pomodoro + 1,
'total_pomodoro': self.total_pomodoro,
'total_pomodoro': self.total_pomodoro
}
color = self.color_running if self.state == RUNNING else self.color_break