From f809f0f3b45df3651c68c8c3ff15c59286c9e352 Mon Sep 17 00:00:00 2001 From: HibiKier <775757368@qq.com> Date: Mon, 5 Aug 2024 00:22:04 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=EF=B8=8F=20=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E6=99=9A=E5=AE=89=E5=AE=9A=E6=97=B6=E4=BB=BB=E5=8A=A1=E6=97=B6?= =?UTF-8?q?=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zhenxun/builtin_plugins/scheduler/morning.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zhenxun/builtin_plugins/scheduler/morning.py b/zhenxun/builtin_plugins/scheduler/morning.py index acda4b80..c254d5e8 100644 --- a/zhenxun/builtin_plugins/scheduler/morning.py +++ b/zhenxun/builtin_plugins/scheduler/morning.py @@ -58,8 +58,8 @@ async def _(): # # 睡觉了 @scheduler.scheduled_job( "cron", - hour=0, - minute=19, + hour=23, + minute=59, ) async def _(): img = Image(IMAGE_PATH / "zhenxun" / "sleep.jpg")