From d1403c02cf8b94bcc8c5e1c45bdfae15c4a37942 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期三, 13 十二月 2023 11:26:38 +0800 Subject: [PATCH] 日志调整 --- 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