Update index.py

pull/109/head
Mr Chen 6 years ago
parent 8ffdc0ee88
commit 36b737ff94
  1. 1
      plugins/gogs/index.py

@ -100,6 +100,7 @@ def initDreplace():
def start(): def start():
file = initDreplace() file = initDreplace()
data = public.execShell(file + ' start') data = public.execShell(file + ' start')
# print data
if data[1] == '': if data[1] == '':
return 'ok' return 'ok'
return data[1] return data[1]

Loading…
Cancel
Save