From eda10a1d2d19a337e5cda8d9342d31c94044466a Mon Sep 17 00:00:00 2001 From: CMHopeSunshine <277073121@qq.com> Date: Wed, 8 Nov 2023 15:48:59 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20=E6=9B=B4=E6=96=B0=E6=8A=BD?= =?UTF-8?q?=E5=8D=A1=E4=BF=A1=E6=81=AF=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LittlePaimon/plugins/Paimon_Gacha/data_source.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LittlePaimon/plugins/Paimon_Gacha/data_source.py b/LittlePaimon/plugins/Paimon_Gacha/data_source.py index 4c205aa..3a5fe34 100644 --- a/LittlePaimon/plugins/Paimon_Gacha/data_source.py +++ b/LittlePaimon/plugins/Paimon_Gacha/data_source.py @@ -156,7 +156,7 @@ def get_pool_id(pool_name: str) -> int: # return 999 -BASE_URL = 'https://webstatic.mihoyo.com/hk4e/gacha_info/cn_gf01/%s' +BASE_URL = 'https://operation-webstatic.mihoyo.com/gacha_info/hk4e/cn_gf01%s' async def get_gacha_data(pool: str):