diff options
author | Mattias Andrée <maandree@kth.se> | 2017-03-09 12:52:30 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2017-03-09 12:52:30 +0100 |
commit | 0c6885f79ca3b089f28f36a97a97bc95b83cefa5 (patch) | |
tree | 1fac16cb5cb6486e9efb5cfe8545dc0856f16328 | |
parent | Fix lid (diff) | |
download | xpybar-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.py | 2 |
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 |