From be296b411e8fc29f652799bf752d80db374d6672 Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Mon, 27 Feb 2006 02:46:44 +0000 Subject: 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. --- RecordTimer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'RecordTimer.py') 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: -- cgit v1.2.3