fix(good_bad_news): 修复文件删除逻辑缩进问题

This commit is contained in:
SlyAimer 2025-02-09 19:58:26 +08:00
parent c07edee1ad
commit eba78d6f72

View file

@ -57,5 +57,5 @@ async def function(message: MessageEvent):
await add_text_to_image(image_path=good_bad + filename, output_path=temp_path + filename, content=content,
font_path=font_path + "微软雅黑.ttc", font_size=72, text_color=(128, 128, 128),text_position="center",
position="center")
await good_news.send(MessageSegment.file_image(Path(temp_path+filename)))
await good_news.finish(MessageSegment.file_image(Path(temp_path+filename)))
await delete_file(temp_path + filename)