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