From e06e9accc1613e535fd8075141aa8bf55a070ddb Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Mon, 11 Mar 2019 17:37:09 +0800 Subject: [PATCH] Update index.py --- plugins/gogs/index.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/gogs/index.py b/plugins/gogs/index.py index 9d1c18ec3..00dfef0b6 100755 --- a/plugins/gogs/index.py +++ b/plugins/gogs/index.py @@ -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]