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:
Stefano Mazzucco 2017-06-13 15:06:38 +01:00
parent fa57d57594
commit 818e556974
1 changed files with 1 additions and 1 deletions

View File

@ -253,6 +253,6 @@ cdbus.connect_signal(
end
end)
widget:update(connman)
widget:update()
return widget