From f8371e733029d5d01d36536dd05f13e5a4d8e999 Mon Sep 17 00:00:00 2001 From: HibiKier <775757368@qq.com> Date: Sat, 18 Mar 2023 01:46:45 +0800 Subject: [PATCH] FIX --- plugins/open_cases/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/open_cases/utils.py b/plugins/open_cases/utils.py index a28ed53e..5d91ce0a 100755 --- a/plugins/open_cases/utils.py +++ b/plugins/open_cases/utils.py @@ -200,6 +200,7 @@ async def search_skin_page( params=params, cookies=cookie, # type: ignore ) + logger.debug(f"访问BUFF API: {response.text}", "更新武器箱") json_data = response.json() update_data = [] if json_data["code"] == "OK":