diff --git a/plugins/gogs/index.py b/plugins/gogs/index.py index c6a96b930..fa3ebc196 100755 --- a/plugins/gogs/index.py +++ b/plugins/gogs/index.py @@ -100,6 +100,7 @@ def initDreplace(): def start(): file = initDreplace() data = public.execShell(file + ' start') + # print data if data[1] == '': return 'ok' return data[1]