Update index.py

This commit is contained in:
midoks 2018-12-09 12:40:43 +08:00
parent 6540ea5f9b
commit 8d6589d1d7
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ def csvnOp(method):
ret_csvn = public.execShell(_initd_csvn + ' ' + method)
ret_csvn_httpd = public.execShell(_initd_csvn + ' ' + method)
if ret_csvn[1] == '' & & ret_csvn_httpd[1] == '':
if ret_csvn[1] == '' and ret_csvn_httpd[1] == '':
return 'ok'
return 'fail'