From cfd830f07eca43bc710e6f65ce56d975a51afe80 Mon Sep 17 00:00:00 2001 From: CMHopeSunshine <277073121@qq.com> Date: Sat, 1 Oct 2022 23:19:39 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20=E4=BF=AE=E5=A4=8D`=E6=9D=90=E6=96=99?= =?UTF-8?q?=E5=9C=B0=E5=9B=BE`=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LittlePaimon/plugins/Paimon_Wiki/genshinmap/request.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LittlePaimon/plugins/Paimon_Wiki/genshinmap/request.py b/LittlePaimon/plugins/Paimon_Wiki/genshinmap/request.py index 53bde26..59ff3f4 100644 --- a/LittlePaimon/plugins/Paimon_Wiki/genshinmap/request.py +++ b/LittlePaimon/plugins/Paimon_Wiki/genshinmap/request.py @@ -26,7 +26,7 @@ Spots = Dict[int, List[Spot]] async def _request( - endpoint: str, client: AsyncClient = CLIENT + endpoint: str, client: AsyncClient = API_CLIENT ) -> Dict[str, Any]: resp = await client.get(endpoint) resp.raise_for_status()