Update index.py

pull/109/head
midoks 4 years ago
parent 5dd4ab6f84
commit 3feade52d1
  1. 1
      plugins/socket5/index.py

@ -82,6 +82,7 @@ def start():
return "Apple Computer does not support" return "Apple Computer does not support"
data = mw.execShell('service ss5 start') data = mw.execShell('service ss5 start')
print(data)
if data[0] == '': if data[0] == '':
return 'ok' return 'ok'
return data[1] return data[1]

Loading…
Cancel
Save