mirror of https://github.com/lcpz/lain.git
bat: forgot to remove debug line; #209
This commit is contained in:
parent
29ae2ec2d4
commit
41ccab3196
|
@ -75,7 +75,6 @@ local function worker(args)
|
|||
local sum_energy_full = 0
|
||||
local sum_energy_percentage = 0
|
||||
local pspath = "/sys/class/power_supply/"
|
||||
pspath = "/home/luke/Download/"
|
||||
|
||||
for i, battery in ipairs(batteries) do
|
||||
local bstr = pspath .. battery
|
||||
|
|
Loading…
Reference in New Issue