Update index.py

pull/109/head
midoks 3 years ago
parent 4c514f46ee
commit 9c1b7e4ed4
  1. 2
      plugins/mysql/index.py

@ -378,7 +378,7 @@ def my8cmd(version, method):
if method == "stop":
mw.execShell(cmd)
return "ok"
subprocess.Popen(cmd, stdout=subprocess.PIPE, shell=True,
subprocess.run(cmd, stdout=subprocess.PIPE, shell=True,
bufsize=4096, stderr=subprocess.PIPE)
return 'ok'
except Exception as e:

Loading…
Cancel
Save