From 770624f05f8dd627be15442f15c82033010a63cc Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期二, 29 八月 2023 17:07:51 +0800 Subject: [PATCH] 修改L2数据传输方式 --- code_attribute/gpcode_first_screen_manager.py | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/code_attribute/gpcode_first_screen_manager.py b/code_attribute/gpcode_first_screen_manager.py index 8203a35..c56e69c 100644 --- a/code_attribute/gpcode_first_screen_manager.py +++ b/code_attribute/gpcode_first_screen_manager.py @@ -152,7 +152,6 @@ return True, "鐐告澘鍚庯紝60鍒嗛挓鍐呴兘鏈洖灏�" if now_rate <= 6: return True, "鐐告澘鍚庯紝娑ㄥ箙灏忎簬6%" - # TODO 鏄惁鏈夊悓姒傚康鐨勭エ宸茬粡涔板叆鎴愬姛 blocks = block_info.get_code_blocks(code) if blocks and len(blocks) == 1: codes = block_info.get_block_codes(blocks[0]) -- Gitblit v1.8.0