Administrator
2023-07-24 affda5ac709fbb5c3fab3983a2320222bcfc4f75
bug修复
1个文件已修改
2 ■■■ 已修改文件
third_data/code_plate_key_manager.py 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
third_data/code_plate_key_manager.py
@@ -378,7 +378,7 @@
        msg_list = []
        for block in keys:
            is_top_8_record, top_8_record = kpl_block_util.is_record_top_block(code, block, limit_up_record_datas, 8)
            is_top_4_current, top_4_current = kpl_block_util.is_record_top_block(code, block, current_limit_up_datas, 4)
            is_top_4_current, top_4_current = kpl_block_util.is_current_top_block(code, block, current_limit_up_datas, 4)
            is_top_4 = is_top_8_record and is_top_4_current
            msg_list.append(f"实时top4: {top_4_current}")
            msg_list.append(f"历史top8: {top_8_record}")