From 294ed27c3695aabe8e76ffd058b8c1f74ff3d2db Mon Sep 17 00:00:00 2001 From: midoks Date: Tue, 2 Feb 2021 20:49:41 +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 6e54691df..b51e0819f 100755 --- a/plugins/mysql/index.py +++ b/plugins/mysql/index.py @@ -206,7 +206,7 @@ def getErrorLog(): if n == 'error.log': filename = path + '/' + n break - print filename + # print filename if not os.path.exists(filename): return mw.returnJson(False, '指定文件不存在!') if args.has_key('close'):