From 0e932be7645f402e435def37a50314888e850368 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期一, 06 一月 2025 15:50:07 +0800 Subject: [PATCH] 板块买入调整 --- third_data/kpl_limit_up_data_manager.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/third_data/kpl_limit_up_data_manager.py b/third_data/kpl_limit_up_data_manager.py index 65df88c..dd925a6 100644 --- a/third_data/kpl_limit_up_data_manager.py +++ b/third_data/kpl_limit_up_data_manager.py @@ -126,8 +126,8 @@ """ 鏈�杩戞定鍋滅殑鏉垮潡绠$悊 """ - # 鐪嬫渶杩�3澶╋紝涓嶅寘鍚粖澶� - __LATEST_DAY_COUNT = 3 + # 鐪嬫渶杩�2澶╋紝涓嶅寘鍚粖澶� + __LATEST_DAY_COUNT = 2 __days = [] # 鐩墠娑ㄥ仠 -- Gitblit v1.8.0