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