Update cert_request.py

pull/267/head
midoks 3 years ago
parent 289bca248d
commit 71890ca8de
  1. 2
      class/core/cert_request.py

@ -1302,8 +1302,6 @@ fullchain.pem 粘贴到证书输入框
writeLog("|-所有任务已处理完成!") writeLog("|-所有任务已处理完成!")
return return
writeLog("|-共需要续签 {} 张证书".format(len(order_index))) writeLog("|-共需要续签 {} 张证书".format(len(order_index)))
self.D('renew_cert', order_index)
except Exception as ex: except Exception as ex:
ex = str(ex) ex = str(ex)
if ex.find(">>>>") != -1: if ex.find(">>>>") != -1:

Loading…
Cancel
Save