diff options
author | Kyomotoi <[email protected]> | 2020-08-25 00:45:51 +0800 |
---|---|---|
committer | Kyomotoi <[email protected]> | 2020-08-25 00:45:51 +0800 |
commit | a9a8a11bfcd8d4a184c1e9537a83c9bca4d44497 (patch) | |
tree | 8ab8db65d62c5eef3e851d4d337b3576fcb8362c /ATRI/plugins | |
parent | efb8d26b8269b16ef630251d5b12a1c46457422a (diff) | |
download | ATRI-a9a8a11bfcd8d4a184c1e9537a83c9bca4d44497.tar.gz ATRI-a9a8a11bfcd8d4a184c1e9537a83c9bca4d44497.tar.bz2 ATRI-a9a8a11bfcd8d4a184c1e9537a83c9bca4d44497.zip |
[Fix]
Diffstat (limited to 'ATRI/plugins')
-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 _(): |