From a2bc679847a80f4349830a239b5c869aa6fe04d6 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Sat, 19 Jan 2019 16:24:31 +0800 Subject: [PATCH] Update index.py --- plugins/mysql/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/mysql/index.py b/plugins/mysql/index.py index 43b4e9cd7..ef5903802 100755 --- a/plugins/mysql/index.py +++ b/plugins/mysql/index.py @@ -828,7 +828,7 @@ def getDbInfo(): if not data: data = 0 ret['data_size'] = public.toSize(data) - print ret + # print ret ret['database'] = db_name ret3 = []