We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4df0af commit 1ddc4b0Copy full SHA for 1ddc4b0
docs/index.rst
@@ -99,7 +99,7 @@ You may control the browser's policy by using the methods of
99
br.set_request_gzip(True)
100
# Do not verify SSL certificates
101
import ssl
102
- br.set_ca_data(context=ssl._create_unverified_context(cert_reqs=ssl.CERT_NONE)
+ br.set_ca_data(context=ssl._create_unverified_context(cert_reqs=ssl.CERT_NONE))
103
# Log information about HTTP redirects and Refreshes.
104
br.set_debug_redirects(True)
105
# Log HTTP response bodies (i.e. the HTML, most of the time).
0 commit comments