From 91ea2d8dc9a73e41df1f71ce49c33cdd86ae2d39 Mon Sep 17 00:00:00 2001 From: midoks Date: Sun, 19 Jun 2022 18:04:31 +0800 Subject: [PATCH] Update index.py --- plugins/mysql/index.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/mysql/index.py b/plugins/mysql/index.py index 09669dec4..a56fe9757 100755 --- a/plugins/mysql/index.py +++ b/plugins/mysql/index.py @@ -415,8 +415,6 @@ def myOp(version, method): cmd = init_file + ' ' + method try: initData = initMysqlData() - subprocess.Popen(cmd, stdout=subprocess.PIPE, shell=True, - bufsize=4096, stderr=subprocess.PIPE) if initData == 0: initMysqlPwd()