Update index.py

This commit is contained in:
Mr Chen 2019-03-11 17:37:09 +08:00
parent f77c6f368a
commit e06e9accc1
1 changed files with 1 additions and 0 deletions

View File

@ -249,6 +249,7 @@ def start():
return data['msg']
data = public.execShell(__SR + file + ' start')
print data
if data[1] == '':
return 'ok'
return data[0]