From 1578a608ca6b3620bd6fd966bfc2d531a71aeb27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wuyi=E6=97=A0=E7=96=91?= <444835641@qq.com> Date: Wed, 28 Jun 2023 11:16:15 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=E4=BF=AE=E5=A4=8D=E7=94=9F?= =?UTF-8?q?=E6=88=90=E6=8A=A5=E9=94=99=E5=9B=BE=E7=89=87=E9=98=BB=E5=A1=9E?= =?UTF-8?q?=20(KimigaiiWuyi/GenshinUID#564)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gsuid_core/utils/error_reply.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gsuid_core/utils/error_reply.py b/gsuid_core/utils/error_reply.py index c636690..7f3f0ec 100644 --- a/gsuid_core/utils/error_reply.py +++ b/gsuid_core/utils/error_reply.py @@ -112,5 +112,4 @@ async def draw_error_img( draw_center_text_by_line( img_draw, (350, 750), error_message, core_font(30), 'black', 440 ) - img.show() return await convert_img(img)