From 68000f7266ea05bab89a201779f4f54136fc2ee6 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期四, 10 八月 2023 12:42:30 +0800 Subject: [PATCH] bug修复 --- third_data/kpl_api.py | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/third_data/kpl_api.py b/third_data/kpl_api.py index 05eae55..f8fa396 100644 --- a/third_data/kpl_api.py +++ b/third_data/kpl_api.py @@ -23,7 +23,6 @@ raise Exception("璇锋眰鍑洪敊") result = response.text result = json.loads(result) - print(result) if int(result["errcode"]) != 0: return None return result["ListJX"] if result["ListJX"] else result["List"] -- Gitblit v1.8.0