bat: rem nil value fixed
This commit is contained in:
parent
304773ead1
commit
0f92560ca1
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ local function worker(args)
|
||||||
ontop = true,
|
ontop = true,
|
||||||
replaces_id = bat.id
|
replaces_id = bat.id
|
||||||
}).id
|
}).id
|
||||||
elseif bat.perc <= 15
|
elseif bat_now.perc <= 15
|
||||||
then
|
then
|
||||||
bat.id = naughty.notify({
|
bat.id = naughty.notify({
|
||||||
text = "plug the cable",
|
text = "plug the cable",
|
||||||
|
|
Loading…
Add table
Reference in a new issue