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

Loading…
Cancel
Save