From bcfd9fc1c9433e2336dc4db225946422475c3f5c Mon Sep 17 00:00:00 2001 From: Donald Zou Date: Fri, 6 Dec 2024 22:11:34 +0800 Subject: [PATCH] Update wgd.sh --- src/wgd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wgd.sh b/src/wgd.sh index 39c87d2..1b60ddc 100755 --- a/src/wgd.sh +++ b/src/wgd.sh @@ -247,7 +247,7 @@ _checkPythonVersion(){ _determinePypiMirror(){ printf "[WGDashboard] Pinging list of recommended Python Package Index mirror\n" urls=( - "https://pypi.org" + "https://pypi.org/simple/" "https://pypi.tuna.tsinghua.edu.cn/simple/" "https://pypi.mirrors.ustc.edu.cn/simple/" "https://mirrors.aliyun.com/pypi/simple/"