From 20df24ca8083cc124c9f1143578dce4bb31b5e2c Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Tue, 23 Jul 2024 00:16:59 +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 d9a589e79..76ca90c57 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() + (30 * 86400) + start_time = time.time() - 60 * 86400 # print(self.__config) if not 'orders' in self.__config: self.__config['orders'] = {}