battery
This commit is contained in:
parent
1b6498883b
commit
fcd68e1ec1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user