This commit is contained in:
enkore 2013-02-24 18:44:00 +01:00
parent 1b6498883b
commit fcd68e1ec1

View File

@ -54,7 +54,7 @@ class BatteryChecker(IntervalModule):
color = "#ffffff"
battery = Battery(self.base_path)
fdict = dict.fromkeys(("remaining", "remaining_hms"), "")
fdict = dict.fromkeys(("remaining", "remaining_hm"), "")
status = battery.STATUS
energy_now = battery.ENERGY_NOW