From 81f328532e366eef171b71810b221a9294dda78f Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: 星期四, 21 十二月 2023 14:31:58 +0800
Subject: [PATCH] 买入条件调整/L撤调整

---
 third_data/kpl_block_util.py |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/third_data/kpl_block_util.py b/third_data/kpl_block_util.py
index 5c29965..d5f3af7 100644
--- a/third_data/kpl_block_util.py
+++ b/third_data/kpl_block_util.py
@@ -169,9 +169,8 @@
 # 鑾峰彇褰撴棩瀹炴椂韬綅
 # before_blocks_dict鏍煎紡浣峽"浠g爜":set("鏉垮潡")}
 def get_code_current_rank(code, block, current_limit_up_datas, code_limit_up_reason_dict,
-                          yesterday_current_limit_up_codes, exclude_codes, open_limit_up_count, shsz=False):
+                          yesterday_current_limit_up_codes, exclude_codes, open_limit_up_count, shsz=False, limit_up_time = time.time()):
     block_codes_infos = []
-    limit_up_time = time.time()
     for k in current_limit_up_datas:
         if k[0] == code:
             # 鑾峰彇褰撳墠浠g爜娑ㄥ仠鏃堕棿

--
Gitblit v1.8.0