From f3d95299f8a84b0104003bea577ef9105ac9ba36 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期二, 10 九月 2024 15:50:27 +0800 Subject: [PATCH] 注释修改/删除多余的代码 --- code_attribute/first_target_code_data_processor.py | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/code_attribute/first_target_code_data_processor.py b/code_attribute/first_target_code_data_processor.py index 33a1fde..b712cc9 100644 --- a/code_attribute/first_target_code_data_processor.py +++ b/code_attribute/first_target_code_data_processor.py @@ -251,9 +251,6 @@ # 绾犳鏁版嵁 if is_limit_up and limit_up_time is None: limit_up_time = tool.get_now_time_str() - if is_limit_up: - # 鍔犲叆棣栨澘娑ㄥ仠 - gpcode_manager.FirstCodeManager().add_limited_up_record([code]) pricePre = gpcode_manager.CodePrePriceManager.get_price_pre_cache(code) if pricePre is None: history_k_data_manager.re_set_price_pres([code]) -- Gitblit v1.8.0