SSL: Certificate_Verify_failed dengan python3

import ssl

ssl._create_default_https_context = ssl._create_unverified_context
johnwick229