From d573c311de81c16f2b71a157bb3cd556be5d5414 Mon Sep 17 00:00:00 2001 From: forchannot <100580891+forchannot@users.noreply.github.com> Date: Wed, 8 Nov 2023 18:38:18 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20=E4=BF=AE=E5=A4=8D=E6=A8=A1=E6=8B=9F?= =?UTF-8?q?=E6=8A=BD=E5=8D=A1=E9=93=BE=E6=8E=A5=E9=94=99=E8=AF=AF=20(#485)?= 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 3a5fe34..a4154c5 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://operation-webstatic.mihoyo.com/gacha_info/hk4e/cn_gf01%s' +BASE_URL = 'https://operation-webstatic.mihoyo.com/gacha_info/hk4e/cn_gf01/%s' async def get_gacha_data(pool: str):