X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/79cf98c3e95f22d6fc72a066cbf2c573401c6bd9..750a3260aec3c46910f8d5e3637138ae31265804:/timer.py?ds=sidebyside diff --git a/timer.py b/timer.py index ff23b70d..1679a9b7 100644 --- a/timer.py +++ b/timer.py @@ -62,7 +62,7 @@ class Timer: bisect.insort(self.timer_list, entry) self.calcNextActivation() else: - bisect.insort(self.process_timers, entry) + bisect.insort(self.processed_timers, entry) def setNextActivation(self, when): delay = int((when - time.time()) * 1000)