aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-03-09 12:52:30 +0100
committerMattias Andrée <maandree@kth.se>2017-03-09 12:52:30 +0100
commit0c6885f79ca3b089f28f36a97a97bc95b83cefa5 (patch)
tree1fac16cb5cb6486e9efb5cfe8545dc0856f16328
parentFix lid (diff)
downloadxpybar-0c6885f79ca3b089f28f36a97a97bc95b83cefa5.tar.gz
xpybar-0c6885f79ca3b089f28f36a97a97bc95b83cefa5.tar.bz2
xpybar-0c6885f79ca3b089f28f36a97a97bc95b83cefa5.tar.xz
whitespace
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--src/plugins/powersupply.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/powersupply.py b/src/plugins/powersupply.py
index 5408088..525e906 100644
--- a/src/plugins/powersupply.py
+++ b/src/plugins/powersupply.py
@@ -100,7 +100,7 @@ class PowerSupply:
if os.path.exists(self.path + '/voltage_min_design'):
with open(self.path + '/voltage_min_design', 'rb') as file:
self.voltage_min_design = int(file.read().decode('utf-8', 'strict')[:-1])
-
+
def get_alarm():
'''
Get the alarm level