summaryrefslogtreecommitdiffstats
path: root/pyhwmon/hwmon.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyhwmon/hwmon.py')
-rw-r--r--pyhwmon/hwmon.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyhwmon/hwmon.py b/pyhwmon/hwmon.py
index e7821f4..d9c1353 100644
--- a/pyhwmon/hwmon.py
+++ b/pyhwmon/hwmon.py
@@ -55,7 +55,7 @@ class Hwmons():
with open(filename, 'w') as f:
f.write(str(value)+'\n')
- def should_update(self, attribute, value):
+ def should_update(attribute, value):
if attribute not in self.cache:
self.cache[attribute] = value
return True
OpenPOWER on IntegriCloud