diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2009-02-10 16:04:03 +0100 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2009-02-10 16:04:03 +0100 |
| commit | eb6da808cc048f7a2e78c200094d290c5b3f2579 (patch) | |
| tree | e7757cd4d53019a5052a7af019e5573a49f9e426 /lib/python/Components/Harddisk.py | |
| parent | b7f0a4fed2bf0249c9bffc3cc185688748ab3058 (diff) | |
| download | enigma2-eb6da808cc048f7a2e78c200094d290c5b3f2579.tar.gz enigma2-eb6da808cc048f7a2e78c200094d290c5b3f2579.zip | |
fix sleep-after-access
Diffstat (limited to 'lib/python/Components/Harddisk.py')
| -rw-r--r-- | lib/python/Components/Harddisk.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/Harddisk.py b/lib/python/Components/Harddisk.py index 470055e4..6c6c3c6c 100644 --- a/lib/python/Components/Harddisk.py +++ b/lib/python/Components/Harddisk.py @@ -263,7 +263,7 @@ class Harddisk: print "hdd was accessed since previous check!" self.last_stat = l self.last_access = t - self.idle_time = 0 + idle_time = 0 self.is_sleeping = False else: print "hdd IDLE!" |
