mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 14:22:55 +08:00
FIX
This commit is contained in:
parent
040f85149b
commit
f8371e7330
@ -200,6 +200,7 @@ async def search_skin_page(
|
|||||||
params=params,
|
params=params,
|
||||||
cookies=cookie, # type: ignore
|
cookies=cookie, # type: ignore
|
||||||
)
|
)
|
||||||
|
logger.debug(f"访问BUFF API: {response.text}", "更新武器箱")
|
||||||
json_data = response.json()
|
json_data = response.json()
|
||||||
update_data = []
|
update_data = []
|
||||||
if json_data["code"] == "OK":
|
if json_data["code"] == "OK":
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user