Created
February 26, 2018 18:10
-
-
Save hallazzang/21a87533f4f257666bc4c104d9ecb0af to your computer and use it in GitHub Desktop.
How to suppress InsecureRequestWarning from urllib3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import urllib3 | |
urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment