diff --git a/drawing/Processor.lua b/drawing/Processor.lua index 304dcf9..45541e5 100644 --- a/drawing/Processor.lua +++ b/drawing/Processor.lua @@ -29,9 +29,10 @@ end local TABLE_CONKY = {} for r = 1, NUM_ROWS do - TABLE_CONKY[r] = {} - TABLE_CONKY[r].pid = '${top pid '..r..'}' - TABLE_CONKY[r].cpu = '${top cpu '..r..'}' + TABLE_CONKY[r] = { + pid = '${top pid '..r..'}', + cpu = '${top cpu '..r..'}' + } end local _MODULE_Y_ = 614 @@ -189,7 +190,6 @@ local _read_hwp = function() end end - -- _MODULE_Y_ = nil -- _DIAL_INNER_RADIUS_ = nil -- _DIAL_OUTER_RADIUS_ = nil