Skip to content

Commit

Permalink
fix curl opt
Browse files Browse the repository at this point in the history
  • Loading branch information
lilydjwg committed Feb 10, 2025
1 parent 0aa26af commit 969d1bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvchecker/httpclient/tornado_httpclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def setup_curl(curl):
curl.setopt(pycurl.HTTP_VERSION, 4)

if SSL_CERT_FILE:
curl.setopt_string(pycurl.CAPATH, SSL_CERT_FILE)
curl.setopt_string(pycurl.CAINFO, SSL_CERT_FILE)

class TornadoSession(BaseSession):
def setup(
Expand Down

0 comments on commit 969d1bb

Please sign in to comment.