Update index.py
This commit is contained in:
parent
5d8c320b81
commit
715ff7346f
|
|
@ -292,8 +292,8 @@ def stop(version):
|
|||
if version == '52':
|
||||
file = initReplace(version)
|
||||
data = mw.execShell(file + ' ' + 'stop')
|
||||
if data[1] == '':
|
||||
return 'ok'
|
||||
if data[1] == '':
|
||||
return 'ok'
|
||||
return status
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue