mirror of
https://github.com/xuthus83/LittlePaimon.git
synced 2024-10-21 16:27:15 +08:00
🐛 修复材料地图
报错
This commit is contained in:
parent
f2a8c38e2a
commit
cfd830f07e
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user