Remove unneeded variable from widget:update function call
Somehow I missed this one. Although it's harmless, the call must conform to the function's signature.
This commit is contained in:
parent
fa57d57594
commit
818e556974
|
@ -253,6 +253,6 @@ cdbus.connect_signal(
|
|||
end
|
||||
end)
|
||||
|
||||
widget:update(connman)
|
||||
widget:update()
|
||||
|
||||
return widget
|
||||
|
|
Loading…
Reference in New Issue