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]