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