mirror of
https://github.com/Balshgit/get-gitlab-projects.git
synced 2025-09-11 20:40:40 +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)
|