Skip to content

Commit

Permalink
Update cert_api.py
Browse files Browse the repository at this point in the history
  • Loading branch information
midoks committed Jul 26, 2024
1 parent 3c99f17 commit fc76098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion class/core/cert_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ def requestsPost(self, url, data, timeout):
return response
except Exception as ex:
# self.getError()
raise Exception("requestsPost: {}".format(self.getError(str(ex))))
raise Exception("异常: {}".format(self.getError(str(ex))))

def getRequestJson(self, response):
try:
Expand Down

0 comments on commit fc76098

Please sign in to comment.