def-status

This commit is contained in:
Argish42 2014-08-28 13:16:31 +02:00
parent de4bc9e70f
commit 15b9484e98

View File

@ -173,7 +173,7 @@ class BatteryChecker(IntervalModule):
} }
return return
if self.no_text_full: if self.no_text_full:
if battery.percentage() > 99.9: if battery.status() == 'Full':
self.output = { self.output = {
"full_text": "" "full_text": ""
} }