From 46aa2eb6b6520333cb8ebb525fd4f7f93b0be60c Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期三, 09 四月 2025 15:36:51 +0800 Subject: [PATCH] 新板块重新定义 --- third_data/kpl_data_constant.py | 12 ------------ 1 files changed, 0 insertions(+), 12 deletions(-) diff --git a/third_data/kpl_data_constant.py b/third_data/kpl_data_constant.py index a637116..09692cb 100644 --- a/third_data/kpl_data_constant.py +++ b/third_data/kpl_data_constant.py @@ -71,9 +71,6 @@ # 鍘熷鏁版嵁 __radical_buy_reasons_origin_data_dict = {} - # 鎵�鏈夌殑娑ㄥ仠鍘熷洜 - __all_limit_up_reasons = set() - # 浠婃棩鐨勬柊姒傚康 __new_blocks = set() @@ -104,8 +101,6 @@ for r in kpl_results: # 鍙�60涓氦鏄撴棩涔嬪唴鐨勯鏉� - if r[1] in days: - cls.__all_limit_up_reasons.add(kpl_util.filter_block(r[2])) code = r[0] if code not in limit_up_reasons_dict: limit_up_reasons_dict[code] = [] @@ -242,13 +237,6 @@ async_log_util.info(logger_debug, f"浠婃棩鏂板姒傚康锛歿code} - {block}") self.__radical_buy_reasons_dict[code] = old_blocks return True - - def get_total_before_blocks(self): - """ - 鑾峰彇鎵�鏈変箣鍓嶇殑鏉垮潡 - @return: - """ - return self.__all_limit_up_reasons def get_new_blocks(self): """ -- Gitblit v1.8.0