git.cweiske.de
/
enigma2.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
uncomment necessary line
[enigma2.git]
/
lib
/
python
/
Components
/
TimerSanityCheck.py
diff --git
a/lib/python/Components/TimerSanityCheck.py
b/lib/python/Components/TimerSanityCheck.py
index f94b56a638d8d268961ecf646fcbb2aaa3ce2fd6..e793cdcd4aa5533cd5307668d243b2a55895a784 100644
(file)
--- a/
lib/python/Components/TimerSanityCheck.py
+++ b/
lib/python/Components/TimerSanityCheck.py
@@
-156,7
+156,7
@@
class TimerSanityCheck:
idx = 0
overlaplist = []
for event in self.nrep_eventlist:
- cnt
-
= event[1]
+ cnt
+
= event[1]
if event[2] == -1: # new timer
timer = self.newtimer
else: