Created
September 28, 2017 11:50
-
-
Save eoldavix/35f7898d9e27b4a19819f7194a3806e7 to your computer and use it in GitHub Desktop.
Disable InsecureRequestWarning in python requests
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 requests | |
| requests.packages.urllib3.disable_warnings() |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Source: tableau/server-client-python#118