From 8cab4d5440de89ac167b70c014ad5860e728a07f Mon Sep 17 00:00:00 2001 From: SlyAimer <2289782085@qq.com> Date: Tue, 4 Mar 2025 10:06:17 +0800 Subject: [PATCH] =?UTF-8?q?feat(data=5Fsource):=20=E4=BF=AE=E5=A4=8D=20?= =?UTF-8?q?=E6=97=A5=E6=8A=A5=E6=96=87=E4=BB=B6=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/plugins/daily_report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/daily_report.py b/src/plugins/daily_report.py index 8368fa8..acc806c 100644 --- a/src/plugins/daily_report.py +++ b/src/plugins/daily_report.py @@ -16,4 +16,4 @@ async def handle_function(): if not os.path.exists(file): await daily_report.send("您是今天第一个查看日报的哦,来看看世界上都发生了些什么吧💫\nCrunching the latest news, just for you. Hang tight…") await Report.get_report_image() - await daily_report.finish(MessageSegment.file_image(Path(temp_path+f"{now}日报.png"))) + await daily_report.finish(MessageSegment.file_image(Path(temp_path+f"{now.date()}日报.png")))