X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/102039a66da3684b4983bef947c36c98013b2d85..a1404d58d60d5dc369e89cb98f239a83d447a986:/lib/python/Components/TimerSanityCheck.py diff --git a/lib/python/Components/TimerSanityCheck.py b/lib/python/Components/TimerSanityCheck.py index f94b56a6..e793cdcd 100644 --- 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: