From fcd68e1ec1bfef6cffd0a24bf3db449ba1a69cae Mon Sep 17 00:00:00 2001 From: enkore Date: Sun, 24 Feb 2013 18:44:00 +0100 Subject: [PATCH] battery --- i3pystatus/battery.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3pystatus/battery.py b/i3pystatus/battery.py index c7ac76a..93c40bf 100644 --- a/i3pystatus/battery.py +++ b/i3pystatus/battery.py @@ -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