Update index.py
This commit is contained in:
parent
f77c6f368a
commit
e06e9accc1
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in New Issue