mirror of
https://github.com/ClovertaTheTrilobita/SanYeCao-Nonebot.git
synced 2026-04-01 22:04:51 +00:00
fix(good_bad_news): 修复文件删除逻辑缩进问题
This commit is contained in:
parent
35c6676fc1
commit
c07edee1ad
1 changed files with 1 additions and 1 deletions
|
|
@ -58,4 +58,4 @@ async def function(message: MessageEvent):
|
|||
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 delete_file(temp_path + filename)
|
||||
await delete_file(temp_path + filename)
|
||||
Loading…
Reference in a new issue