From eede81a2a71c2581363039d9872acc609d2ec483 Mon Sep 17 00:00:00 2001 From: midoks Date: Sun, 21 Nov 2021 15:47:11 +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 a5b718d83..53ab0fa4e 100755 --- a/plugins/mysql/index.py +++ b/plugins/mysql/index.py @@ -336,7 +336,7 @@ def initMysql8Pwd(): def myOp(method): - import commands + # import commands init_file = initDreplace() cmd = init_file + ' ' + method try: