mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 06:12:53 +08:00
⚡️ 调整晚安定时任务时间
This commit is contained in:
parent
1dbed2beec
commit
f809f0f3b4
@ -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")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user