From 5e836103ca907ca80a738bd22a286f41fbc8f7a5 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Tue, 25 Sep 2018 18:43:26 +0800 Subject: [PATCH] up --- views/dashboard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/dashboard.py b/views/dashboard.py index 8cf0e0b4b..f339a486b 100644 --- a/views/dashboard.py +++ b/views/dashboard.py @@ -14,7 +14,7 @@ def index(): return render_template('default/index.html') @dashboard.route("getnetwork") -def getnetwork(): +def getNetWork(): #取网络流量信息 networkIo = psutil.net_io_counters()[:4] # if not hasattr(web.ctx.session,'otime'):