diff --git a/plugins/socket5/index.py b/plugins/socket5/index.py index e70710b5e..6989cf962 100755 --- a/plugins/socket5/index.py +++ b/plugins/socket5/index.py @@ -82,6 +82,7 @@ def start(): return "Apple Computer does not support" data = mw.execShell('service ss5 start') + print(data) if data[0] == '': return 'ok' return data[1]