Python SSL Insecurerequestwarning Hapus

import urllib3
urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)
serhii_rb