Compare commits

..

2 Commits

Author SHA1 Message Date
CreateSource 23a3985ca2
Merge 4a48b0ab21 into 54bf50ee31 2024-11-27 10:47:36 -05:00
CreateSource 4a48b0ab21
Update download_tool.py 2024-11-27 10:47:23 -05:00
1 changed files with 1 additions and 1 deletions

View File

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