Update cert_request.py

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

@ -1226,7 +1226,7 @@ fullchain.pem 粘贴到证书输入框
def renewCert(self, index):
writeLog("", "wb+")
self.D('renew_cert', index)
# self.D('renew_cert', index)
try:
order_index = []
if index:
@ -1237,7 +1237,6 @@ fullchain.pem 粘贴到证书输入框
order_index.append(index)
else:
start_time = time.time() + (30 * 86400)
# print(self.__config)
if not 'orders' in self.__config:
self.__config['orders'] = {}

Loading…
Cancel
Save