From d6eb5d5fd27485a9d699174007a70dabf4210d96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9A=E7=BE=85=E7=8B=BC?= Date: Tue, 15 Aug 2023 23:58:29 +0800 Subject: [PATCH] Update __init__.py --- modules/wolframalpha/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/wolframalpha/__init__.py b/modules/wolframalpha/__init__.py index f7aecf2f..da61e6d8 100644 --- a/modules/wolframalpha/__init__.py +++ b/modules/wolframalpha/__init__.py @@ -38,7 +38,7 @@ async def _(msg: Bot.MessageSession): await msg.finish([BImage(output)]) except ValueError as e: if str(e).startswith('501'): - await msg.finish(msg.locale.t(' wolframalpha.message.incomprehensible')) + await msg.finish(msg.locale.t('wolframalpha.message.incomprehensible')) @w.handle('ask {{wolframalpha.help.ask}}')