Update cert_api.py

pull/620/head
Mr Chen 10 months ago
parent 20df24ca80
commit b299d5f74b
  1. 2
      class/core/cert_api.py

@ -1391,7 +1391,7 @@ fullchain.pem 粘贴到证书输入框
raise Exception("指定订单号不存在,无法续签!")
order_index.append(index)
else:
start_time = time.time() - 60 * 86400
start_time = time.time() - 89 * 86400
# print(self.__config)
if not 'orders' in self.__config:
self.__config['orders'] = {}

Loading…
Cancel
Save