Fix showing data usage indicators

This commit is contained in:
Arturo Filastò
2018-09-12 14:03:07 +02:00
parent 4880d31120
commit 2b1fb662fb
3 changed files with 21 additions and 7 deletions
+1 -1
View File
@@ -286,7 +286,7 @@ func (c *Controller) Init(nt *mk.Nettest) error {
}
c.res.DataUsageDown += e.Value.DownloadedKB
c.res.DataUsageDown += e.Value.UploadedKB
c.res.DataUsageUp += e.Value.UploadedKB
})
log.Debugf("Registered all the handlers")