Fix PEP8 issue
This commit is contained in:
parent
565e4a66d1
commit
cea50cbe5e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user