diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-02-27 02:46:44 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-02-27 02:46:44 +0000 |
| commit | be296b411e8fc29f652799bf752d80db374d6672 (patch) | |
| tree | 7afc06ec3793aabe2e0dbfce042971a0ba43807d /RecordTimer.py | |
| parent | 9b6b96172d1d20d9daf3c11bc5f0222f487d53d7 (diff) | |
| download | enigma2-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.py | 2 |
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: |
