From f29caf4dc68458d45a6239682a2e16d1759c8a47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B8=A3=E6=B8=A3120?= Date: Thu, 20 Jun 2024 22:43:35 +0800 Subject: [PATCH] =?UTF-8?q?:pencil2:=20=E4=BF=AE=E6=AD=A3=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E6=96=87=E6=9C=AC=20(#344)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nonebot_plugin_tetris_stats/games/tetrio/record/blitz.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nonebot_plugin_tetris_stats/games/tetrio/record/blitz.py b/nonebot_plugin_tetris_stats/games/tetrio/record/blitz.py index 93e61da..599a8a7 100644 --- a/nonebot_plugin_tetris_stats/games/tetrio/record/blitz.py +++ b/nonebot_plugin_tetris_stats/games/tetrio/record/blitz.py @@ -57,7 +57,7 @@ async def _(account: Player): async def make_blitz_image(player: Player) -> bytes: user, user_info, blitz = await gather(player.user, player.get_info(), player.blitz) if blitz.record is None: - msg = f'未找到用户 {user.name.upper()} 的 40L 记录' + msg = f'未找到用户 {user.name.upper()} 的 Blitz 记录' raise RecordNotFoundError(msg) endcontext = blitz.record.endcontext clears = endcontext.clears