From b299d5f74bc26dd48ea1708ea07dd25b4ffe97f8 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Tue, 23 Jul 2024 00:17:10 +0800 Subject: [PATCH] Update cert_api.py --- class/core/cert_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/class/core/cert_api.py b/class/core/cert_api.py index 76ca90c57..a5dfcd36f 100644 --- a/class/core/cert_api.py +++ b/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'] = {}