From 52ad434d6e77228adb6cdfebb06e11d024f178cc Mon Sep 17 00:00:00 2001 From: KimigaiiWuyi <444835641@qq.com> Date: Fri, 21 Feb 2025 17:00:58 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=B1=20=E5=A2=9E=E5=8A=A0=E4=B8=80?= =?UTF-8?q?=E4=B8=AA=E4=B8=8B=E8=BD=BD=E8=B5=84=E6=BA=90=E8=8A=82=E7=82=B9?= =?UTF-8?q?=20(=E7=94=B1=20@TakeyaYuki=20=E6=8F=90=E4=BE=9B)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gsuid_core/utils/download_resource/download_core.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gsuid_core/utils/download_resource/download_core.py b/gsuid_core/utils/download_resource/download_core.py index b8fe90e..6881cc9 100644 --- a/gsuid_core/utils/download_resource/download_core.py +++ b/gsuid_core/utils/download_resource/download_core.py @@ -79,6 +79,7 @@ async def check_speed(): '[Singapore]': 'https://sg.qxqx.cf', '[MiniGG]': 'http://file.minigg.cn/sayu-bot', '[Lulu]': 'http://lulush.microgg.cn', + '[TakeyaYuki]': 'https://gscore.focalors.com', } TAG, BASE_URL = await find_fastest_url(URL_LIB)