def-status
This commit is contained in:
parent
de4bc9e70f
commit
15b9484e98
@ -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": ""
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user