From 98a5276ac1735be04bd2cb37a3a3674b8242152b Mon Sep 17 00:00:00 2001 From: Lint Action Date: Thu, 11 May 2023 06:58:45 +0000 Subject: =?UTF-8?q?:rotating=5Flight:=20=E8=87=AA=E5=8A=A8=E8=BF=9B?= =?UTF-8?q?=E8=A1=8C=E4=BB=A3=E7=A0=81=E6=A0=BC=E5=BC=8F=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ATRI/exceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ATRI/exceptions.py b/ATRI/exceptions.py index bc09ce6..e4d18c7 100644 --- a/ATRI/exceptions.py +++ b/ATRI/exceptions.py @@ -111,7 +111,7 @@ async def _(bot: Bot, event, matcher: Matcher, exception: Optional[Exception]): return try: - prompt = exception.__class__.__name__ + prompt = exception.__class__.__name__ track_id = _save_error(prompt, format_exc()) log.warning(f"Ignore Exception: {prompt}") except BaseBotException as err: -- cgit v1.2.3