Created
June 29, 2020 15:05
-
-
Save Isopach/b152a1ca41fc1116b3ada1ce5fdaa920 to your computer and use it in GitHub Desktop.
Remove annoying InsecureRequestWarning warnings
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
#Add these to the top of your file | |
from requests.packages.urllib3.exceptions import InsecureRequestWarning | |
requests.packages.urllib3.disable_warnings(InsecureRequestWarning) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment