git.cweiske.de
/
enigma2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7f0a4f
)
fix sleep-after-access
author
Felix Domke
<
[email protected]
>
Tue, 10 Feb 2009 15:04:03 +0000
(16:04 +0100)
committer
Felix Domke
<
[email protected]
>
Tue, 10 Feb 2009 15:04:03 +0000
(16:04 +0100)
lib/python/Components/Harddisk.py
patch
|
blob
|
history
diff --git
a/lib/python/Components/Harddisk.py
b/lib/python/Components/Harddisk.py
index 470055e4f2bbb2394b1e8f4eccfb7078d70ee32c..6c6c3c6c9a579b093acf87884e565aea0baa4541 100644
(file)
--- 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!"