From 96f3e36183ea09debe9754e4c8970f5774d0918a Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Mon, 7 Jan 2019 14:05:24 +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 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]