增加测量宽度

This commit is contained in:
Jerry Yan 2019-07-17 09:59:23 +08:00
parent 71e6f829c5
commit 081649ab58

View File

@ -38,7 +38,7 @@ def updateNetwork():
"currentByte": psutil.net_io_counters().bytes_recv,
}
})
network = network[-2:]
network = network[-3:]
def getTimeDelta(a, b):