From cff1906f8d6eab1a01fba07326d3ab5175e52975 Mon Sep 17 00:00:00 2001 From: Vasiliy Horbachenko Date: Thu, 22 May 2014 17:18:24 +0300 Subject: small fix --- modules/battery-level.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/modules/battery-level.py b/modules/battery-level.py index ed6d484..37a25d6 100644 --- a/modules/battery-level.py +++ b/modules/battery-level.py @@ -5,10 +5,6 @@ import math """ Module for displaying information about battery. - -@author shadowprince -@version 1.0 -@license Eclipse Public License """ CACHE_TIME = 30 # time to update battery @@ -49,7 +45,7 @@ class Py3status: if full: response['full_text'] = "" if HIDE_WHEN_FULL else BLOCKS[-1] elif charging: - response['full_text'] = CHARGING_CHAR + response['full_text'] = CHARGING_CHARACTER response['color'] = COLOR_CHARGING else: response['full_text'] = character -- cgit v1.3