From bcf69d0d6589c0ee39c77326e8fb2d4bcbb144ed Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期三, 03 四月 2024 16:53:42 +0800 Subject: [PATCH] bug修改 --- third_data/kpl_util.py | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/third_data/kpl_util.py b/third_data/kpl_util.py index 4276c11..5117cbc 100644 --- a/third_data/kpl_util.py +++ b/third_data/kpl_util.py @@ -307,6 +307,11 @@ return b +# 鑾峰彇鐩墠鐨勬定鍋滃師鍥� +def get_current_limit_up_reason(item) -> str: + return item[5] + + def filter_block(block): if not block: return block -- Gitblit v1.8.0