diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-11-08 22:31:04 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-11-08 22:31:04 +0000 |
| commit | 713b210b4df4b4bf71dfdb7de0094631b1c92c91 (patch) | |
| tree | b157572c4635f273abc303a3a0aa5aa2d970c849 | |
| parent | 083461688d74365ad6e36a1877758a7a0d1f76ca (diff) | |
| download | enigma2-713b210b4df4b4bf71dfdb7de0094631b1c92c91.tar.gz enigma2-713b210b4df4b4bf71dfdb7de0094631b1c92c91.zip | |
fix typo to make current timercode work again
| -rw-r--r-- | timer.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
