Skip to content

Instantly share code, notes, and snippets.

@devme4f
Last active May 23, 2023 07:12
Show Gist options
  • Save devme4f/c90a8bfdb6b0fed64b9c5b77ec226367 to your computer and use it in GitHub Desktop.
Save devme4f/c90a8bfdb6b0fed64b9c5b77ec226367 to your computer and use it in GitHub Desktop.
import requests
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