Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion linode/VEpycurl.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def __init__(self,
self.pco.setopt(pycurl.COOKIEFILE, cjf.name)
self.pco.setopt(pycurl.COOKIEJAR, cjf.name)
if useSOCKS :
# if you wish to use SOCKS, it is configured through these parms
# if you wish to use SOCKS, it is configured through these params
self.pco.setopt(pycurl.PROXY, proxy)
self.pco.setopt(pycurl.PROXYPORT, proxyPort)
self.pco.setopt(pycurl.PROXYTYPE, proxyType)
Expand Down