little fix

This commit is contained in:
luke bonham 2013-10-07 00:26:26 +02:00 committed by copycat-killer
parent f8b37d5088
commit 5d6e2fa3d1
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ local function worker(args)
if rate ~= nil and ratev ~= nil then
bat_now.watt = string.format("%.2fW", (rate * ratev) / 1e12)
else
bat_not.watt = "N/A"
bat_now.watt = "N/A"
end
-- notifications for low and critical states