Compare commits

..

1 Commits

Author SHA1 Message Date
CreateSource 95753d279c
Merge 9a4fb87d44 into 54bf50ee31 2024-11-24 00:43:04 -07:00
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ def main() -> None:
download(url, response, output) download(url, response, output)
except urllib.error.URLError as e: except urllib.error.URLError as e:
if str(e).find("CERTIFICATE_VERIFY_FAILED") == -1: if str(e).find("CERTIFICATE_VERIFY_FAILED") == -1:
raise e return
try: try:
import certifi import certifi
import ssl import ssl