Explorar o código

Remove AWS cloudfront reference in the package downloader URL (#291)

Remove AWS cloudfront reference in the package downloader URL. There
were multiple ones, and the second one is the valid one.

---------

Signed-off-by: Steve Pham <[email protected]>
Steve Pham hai 1 mes
pai
achega
37d1bc821f
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      Scripts/extras/package_downloader.py

+ 1 - 2
Scripts/extras/package_downloader.py

@@ -18,9 +18,8 @@ import tarfile
 import sys
 from urllib.parse import _splithost
 
-
 # used if LY_PACKAGE_SERVER_URLS is not set.
-DEFAULT_LY_PACKAGE_SERVER_URLS = "https://d2c171ws20a1rv.cloudfront.net;https://d3t6xeg4fgfoum.cloudfront.net"
+DEFAULT_LY_PACKAGE_SERVER_URLS = "https://d1gg6ket0m44ly.cloudfront.net;https://d3t6xeg4fgfoum.cloudfront.net"
 
 possible_download_errors = (ssl.SSLError, URLError, OSError)