mirror of
https://github.com/Balshgit/get-gitlab-projects.git
synced 2025-09-10 19:20:41 +03:00
5 lines
156 B
Python
5 lines
156 B
Python
import requests
|
|
from requests.packages.urllib3.exceptions import InsecureRequestWarning
|
|
|
|
requests.packages.urllib3.disable_warnings(InsecureRequestWarning)
|