Skip to content

Instantly share code, notes, and snippets.

@eoldavix
Created September 28, 2017 11:50
Show Gist options
  • Select an option

  • Save eoldavix/35f7898d9e27b4a19819f7194a3806e7 to your computer and use it in GitHub Desktop.

Select an option

Save eoldavix/35f7898d9e27b4a19819f7194a3806e7 to your computer and use it in GitHub Desktop.
Disable InsecureRequestWarning in python requests
import requests
requests.packages.urllib3.disable_warnings()
@eoldavix
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment