From 875476948d79d03e2149ae71cc532c77bbdd782a Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: 星期四, 07 十二月 2023 12:34:50 +0800
Subject: [PATCH] bug修复

---
 third_data/code_plate_key_manager.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/third_data/code_plate_key_manager.py b/third_data/code_plate_key_manager.py
index 832ca09..6104c4f 100644
--- a/third_data/code_plate_key_manager.py
+++ b/third_data/code_plate_key_manager.py
@@ -704,6 +704,8 @@
                     continue
                 can_buy_blocks.append(r[0])
                 msg_list.append(r[3])
+            else:
+                msg_list.append(r[3])
         # 鎵�鏈夋澘鍧楅兘鏄嫭鑻�
         if unique_count == len(blocks_compute_results):
             return can_buy_blocks, True, ",".join(msg_list)

--
Gitblit v1.8.0