From 9e33e21f5bb69fe8436cd757fe891f71cfbf40bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wuyi=E6=97=A0=E7=96=91?= <444835641@qq.com> Date: Wed, 6 Apr 2022 00:32:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=95=E5=8F=B7=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- genshinuid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/genshinuid.py b/genshinuid.py index 8618b2fe..df18b79a 100644 --- a/genshinuid.py +++ b/genshinuid.py @@ -20,7 +20,7 @@ Texture_PATH = os.path.join(FILE_PATH, 'texture2d') @sv.on_fullmatch('gs帮助') async def send_help_pic(bot: HoshinoBot, ev: CQEvent): try: - help_path = os.path.join(INDEX_PATH,"help.png") + help_path = os.path.join(INDEX_PATH,'help.png') f = open(help_path, 'rb') ls_f = b64encode(f.read()).decode() img_mes = 'base64://' + ls_f