From af7ffe2b2672cea945f397dc4ff1fa3261da42bf Mon Sep 17 00:00:00 2001 From: midoks Date: Tue, 15 Nov 2022 15:33:46 +0800 Subject: [PATCH] Update cert_api.py --- class/core/cert_api.py | 1 + 1 file changed, 1 insertion(+) diff --git a/class/core/cert_api.py b/class/core/cert_api.py index de1600d71..248a9ce7b 100644 --- a/class/core/cert_api.py +++ b/class/core/cert_api.py @@ -562,6 +562,7 @@ class cert_api: # 请求到ACME接口 def acmeRequest(self, url, payload): + time.sleep(1) headers = {"User-Agent": self.__user_agent} payload = self.stringfyItems(payload)