From 52b46a24524ece02406c8c4ba5ba803daeff0c46 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期五, 18 八月 2023 10:30:38 +0800 Subject: [PATCH] bug修改 --- third_data/code_plate_key_manager.py | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/third_data/code_plate_key_manager.py b/third_data/code_plate_key_manager.py index 8e36034..c61a0e6 100644 --- a/third_data/code_plate_key_manager.py +++ b/third_data/code_plate_key_manager.py @@ -426,6 +426,8 @@ # 鑾峰彇 if k4: keys |= k4 + keys = keys - constant.KPL_INVALID_BLOCKS + log.logger_kpl_debug.info("{}鏈�缁堝叧閿瘝锛歿}", code, keys) # 娑ㄥ仠鍒楄〃涓尮閰嶅叧閿瘝锛岃繑鍥烇紙鏉垮潡:浠g爜闆嗗悎锛夛紝浠g爜闆嗗悎涓凡缁忔帓闄よ嚜韬� @@ -505,7 +507,7 @@ def can_buy(cls, code, current_limit_up_datas, limit_up_record_datas, yesterday_current_limit_up_codes, before_blocks_dict): if constant.TEST: - return True, "", cls.BLOCK_TYPE_NONE + return True, cls.BLOCK_TYPE_NONE blocks, block_msg = cls.get_can_buy_block(code, current_limit_up_datas, limit_up_record_datas, yesterday_current_limit_up_codes, -- Gitblit v1.8.0