From 081649ab583b7e88d588dbf304a372e736597b54 Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Wed, 17 Jul 2019 09:59:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=B5=8B=E9=87=8F=E5=AE=BD?= =?UTF-8?q?=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common.py b/Common.py index da5c117..bdc24e0 100644 --- a/Common.py +++ b/Common.py @@ -38,7 +38,7 @@ def updateNetwork(): "currentByte": psutil.net_io_counters().bytes_recv, } }) - network = network[-2:] + network = network[-3:] def getTimeDelta(a, b):