From 3feade52d16e4311d5fcdeb0c9c0efe63705e84b Mon Sep 17 00:00:00 2001 From: midoks Date: Fri, 29 Jan 2021 16:46:59 +0800 Subject: [PATCH] Update index.py --- plugins/socket5/index.py | 1 + 1 file changed, 1 insertion(+) 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]