diff options
-rw-r--r-- | ATRI/plugins/Scheduler.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 _(): |