From b5d39bac615edc35b179f033c5d9a72b3d878df2 Mon Sep 17 00:00:00 2001 From: midoks Date: Mon, 10 May 2021 00:06:01 +0800 Subject: [PATCH] Update index.py --- plugins/mysql/index.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/mysql/index.py b/plugins/mysql/index.py index 959f670c0..dfcaec076 100755 --- a/plugins/mysql/index.py +++ b/plugins/mysql/index.py @@ -8,8 +8,8 @@ import subprocess import re import json -reload(sys) -sys.setdefaultencoding('utf-8') +# reload(sys) +# sys.setdefaultencoding('utf-8') sys.path.append(os.getcwd() + "/class/core") import mw