Update index.py

pull/597/head
Mr Chen 11 months ago
parent 665e7454bb
commit 6d5b5efafa
  1. 3
      plugins/mysql/index.py

@ -3755,7 +3755,10 @@ def installPreInspection(version):
def uninstallPreInspection(version):
data_dir = getDataDir()
if os.path.exists(data_dir):
stop(version)
if mw.isDebugMode():
return 'ok'

Loading…
Cancel
Save