From a3f3b4f7a1236e8724ff3537a64f2a80febadb3b Mon Sep 17 00:00:00 2001 From: Kyomotoi <1172294279@qq.com> Date: Tue, 25 Aug 2020 00:41:18 +0800 Subject: [Fix] --- ATRI/plugins/other.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ATRI') diff --git a/ATRI/plugins/other.py b/ATRI/plugins/other.py index c67204f..ac99de3 100644 --- a/ATRI/plugins/other.py +++ b/ATRI/plugins/other.py @@ -161,7 +161,7 @@ async def _(session: CommandSession): @nonebot.scheduler.scheduled_job( 'cron', - hour = 24, + hour = 0, misfire_grace_time = 10 ) async def _(): -- cgit v1.2.3