From b6d9d4a9f71b527fefc510c6abfa0df79b0abbff Mon Sep 17 00:00:00 2001 From: qianxu Date: Thu, 26 Oct 2023 19:57:13 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20=E6=B7=BB=E5=8A=A0=E4=B8=80?= =?UTF-8?q?=E4=B8=AA=E8=B5=84=E6=BA=90=E7=AB=99=20(#37)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gsuid_core/utils/download_resource/download_core.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gsuid_core/utils/download_resource/download_core.py b/gsuid_core/utils/download_resource/download_core.py index e807cb2..a2432e2 100644 --- a/gsuid_core/utils/download_resource/download_core.py +++ b/gsuid_core/utils/download_resource/download_core.py @@ -58,8 +58,9 @@ async def check_speed(): URL_LIB = { '[JPFRP]': 'http://jp-2.lcf.icu:13643', - '[qxqx]': 'https://kr-arm.qxqx.me', '[HKFRP]': 'http://hk-1.5gbps-2.lcf.icu:10200', + '[qianxu-jp]': 'https://jp.qxqx.me', + '[qianxu-kr]': 'https://kr-arm.qxqx.me', } TAG, BASE_URL = await find_fastest_url(URL_LIB)