Update index.py

This commit is contained in:
Mr Chen 2024-07-04 02:51:14 +08:00
parent 5f5384f5aa
commit cdaf64b41b
1 changed files with 1 additions and 1 deletions

View File

@ -663,7 +663,7 @@ def my8cmd(version, method):
def appCMD(version, action):
makeInitRsaKey(version)
if float(version) >= 5.7:
if mw.inArray(mdb8, version):
status = my8cmd(version, action)
else:
status = myOp(version, action)