Update index.py

pull/125/head
midoks 3 years ago
parent b95bba438a
commit ae7ee5da94
  1. 4
      plugins/mariadb/index.py

@ -463,8 +463,8 @@ def my8cmd(version, method):
def appCMD(version, action):
if version == '8.0' or version == '5.7':
return my8cmd(version, action)
# if version == '8.0' or version == '5.7':
# return my8cmd(version, action)
return myOp(version, action)

Loading…
Cancel
Save