From a9a8a11bfcd8d4a184c1e9537a83c9bca4d44497 Mon Sep 17 00:00:00 2001 From: Kyomotoi <1172294279@qq.com> Date: Tue, 25 Aug 2020 00:45:51 +0800 Subject: [Fix] --- ATRI/plugins/Scheduler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ATRI/plugins') diff --git a/ATRI/plugins/Scheduler.py b/ATRI/plugins/Scheduler.py index f6f8a1a..b3746c0 100644 --- a/ATRI/plugins/Scheduler.py +++ b/ATRI/plugins/Scheduler.py @@ -95,7 +95,7 @@ async def _(): @nonebot.scheduler.scheduled_job( 'cron', - hour = 24, + hour = 0, misfire_grace_time = 60 ) async def _(): -- cgit v1.2.3