Update cert_api.py

This commit is contained in:
midoks 2022-11-15 15:33:46 +08:00
parent 95f7dc0d3a
commit af7ffe2b26
1 changed files with 1 additions and 0 deletions

View File

@ -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)