From b5722d08b369ec10f667eeec3e3040b1b4be2b16 Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: 星期三, 24 四月 2024 18:15:50 +0800
Subject: [PATCH] L2去除日志

---
 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