mirror of https://github.com/lcpz/lain.git
battery: forgot to remove debugging line
This commit is contained in:
parent
cda6ec98fe
commit
029039e81f
|
@ -70,8 +70,7 @@ local function worker(args)
|
|||
local sum_energy_now = 0
|
||||
local sum_energy_full = 0
|
||||
local sum_energy_percentage = 0
|
||||
--local pspath = "/sys/class/power_supply/"
|
||||
local pspath = "/home/luke/Download/"
|
||||
local pspath = "/sys/class/power_supply/"
|
||||
|
||||
for i, battery in ipairs(batteries) do
|
||||
local bstr = pspath .. battery
|
||||
|
|
Loading…
Reference in New Issue