Administrator
2023-08-17 16db33c161f5dbbb423f2d84199b3f7723e9b2ad
third_data/code_plate_key_manager.py
@@ -505,7 +505,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,