Bugfix. Data must be shown even there is no any packets sent or received.

This commit is contained in:
Dmitry Sidorov 2016-07-08 02:08:27 +03:00
parent cbab9ef81b
commit a221555ad4
1 changed files with 3 additions and 3 deletions

View File

@ -128,12 +128,12 @@ local function worker(args)
net_now.sent = string.gsub(string.format('%.1f', net_now.sent), ',', '.')
net_now.received = string.gsub(string.format('%.1f', net_now.received), ',', '.')
widget = net.widget
settings()
net.last_t = total_t
net.last_r = total_r
end
widget = net.widget
settings()
end
helpers.newtimer(iface, timeout, update)