battery: forgot to remove debugging line
This commit is contained in:
parent
cda6ec98fe
commit
029039e81f
1 changed files with 1 additions and 2 deletions
|
@ -70,8 +70,7 @@ local function worker(args)
|
||||||
local sum_energy_now = 0
|
local sum_energy_now = 0
|
||||||
local sum_energy_full = 0
|
local sum_energy_full = 0
|
||||||
local sum_energy_percentage = 0
|
local sum_energy_percentage = 0
|
||||||
--local pspath = "/sys/class/power_supply/"
|
local pspath = "/sys/class/power_supply/"
|
||||||
local pspath = "/home/luke/Download/"
|
|
||||||
|
|
||||||
for i, battery in ipairs(batteries) do
|
for i, battery in ipairs(batteries) do
|
||||||
local bstr = pspath .. battery
|
local bstr = pspath .. battery
|
||||||
|
|
Loading…
Add table
Reference in a new issue