aboutsummaryrefslogtreecommitdiff
path: root/RecordTimer.py
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-02-27 02:46:44 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-02-27 02:46:44 +0000
commitbe296b411e8fc29f652799bf752d80db374d6672 (patch)
tree7afc06ec3793aabe2e0dbfce042971a0ba43807d /RecordTimer.py
parent9b6b96172d1d20d9daf3c11bc5f0222f487d53d7 (diff)
downloadenigma2-be296b411e8fc29f652799bf752d80db374d6672.tar.gz
enigma2-be296b411e8fc29f652799bf752d80db374d6672.zip
wake up from deep standby five minute before the timer starts. if we don't have 5 minutes till timer start, we wake the box
up in 30 seconds.
Diffstat (limited to 'RecordTimer.py')
-rw-r--r--RecordTimer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/RecordTimer.py b/RecordTimer.py
index cf4160cc..08ea8590 100644
--- a/RecordTimer.py
+++ b/RecordTimer.py
@@ -221,7 +221,7 @@ class RecordTimer(timer.Timer):
self.loadTimer()
except IOError:
print "unable to load timers from file!"
-
+
def isRecording(self):
isRunning = False
for timer in self.timer_list: