aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/python/Components/Harddisk.py2
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!"