another small fix in thermal_freebsd.lua
This commit is contained in:
parent
568692b38d
commit
0bea7ffac6
|
@ -14,6 +14,7 @@ local thermal_freebsd = {}
|
|||
-- {{{ Thermal widget type
|
||||
local function worker(format, warg)
|
||||
if not warg then return end
|
||||
if type(warg) ~= "table" then warg = { warg } end
|
||||
|
||||
local thermals = {}
|
||||
|
||||
|
|
Loading…
Reference in New Issue