From a4f7391b134fed391743a56b8448d31cdd92f27c Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期一, 07 八月 2023 09:59:04 +0800 Subject: [PATCH] redis上级缓存 --- third_data/code_plate_key_manager.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/third_data/code_plate_key_manager.py b/third_data/code_plate_key_manager.py index 786aeee..f00439d 100644 --- a/third_data/code_plate_key_manager.py +++ b/third_data/code_plate_key_manager.py @@ -421,8 +421,8 @@ is_top_4_current, top_4_current = kpl_block_util.is_current_top_block(code, block, current_limit_up_datas, yesterday_current_limit_up_codes, 10) is_top_4 = is_top_8_record and is_top_4_current - msg_list.append(f"\n瀹炴椂top10: {top_4_current}(娑ㄥ仠鏁伴噺锛歿len(current_limit_up_datas)})") - msg_list.append(f"鍘嗗彶top20: {top_8_record}") + msg_list.append(f"\n瀹炴椂top10(娑ㄥ仠鏁伴噺锛歿len(current_limit_up_datas)})") + msg_list.append(f"鍘嗗彶top20(娑ㄥ仠鏁伴噺锛歿top_8_record})") # 鑾峰彇涓绘澘瀹炴椂韬綅,鍓旈櫎楂樹綅鏉� current_shsz_rank = kpl_block_util.get_code_current_rank(code, block, current_limit_up_datas, -- Gitblit v1.8.0