X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/102039a66da3684b4983bef947c36c98013b2d85..19ce1123c780a9475e2f158712da6e73fa543e9c:/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: