From bd7e0be80dcd6215b089cb6d05cb49b46fe42725 Mon Sep 17 00:00:00 2001 From: Eilles Date: Tue, 23 Jun 2026 22:43:06 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8A=B6=E6=80=81=E6=8F=92=E4=BB=B6=EF=BC=9A?= =?UTF-8?q?=E8=AF=BB=E6=95=B0=E5=8A=9F=E8=83=BD=E7=A8=B3=E5=AE=9A=E6=80=A7?= =?UTF-8?q?=E5=A2=9E=E5=BC=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/nonebot_plugins/trimo_status/status.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nonebot_plugins/trimo_status/status.py b/src/nonebot_plugins/trimo_status/status.py index 54838fd..ed9a246 100644 --- a/src/nonebot_plugins/trimo_status/status.py +++ b/src/nonebot_plugins/trimo_status/status.py @@ -408,6 +408,6 @@ async def _( else: result_readout += zhDateTime.int_hanzify(num) except IndexError as e: - await number_read.finish(UniMessage.text("数字太大了:{e}".format(e))) + await number_read.finish(UniMessage.text("数字太大了:{}".format(e))) await number_read.finish(UniMessage.text(result_readout)) \ No newline at end of file