diff options
author | Kyomotoi <[email protected]> | 2020-08-25 00:41:18 +0800 |
---|---|---|
committer | Kyomotoi <[email protected]> | 2020-08-25 00:41:18 +0800 |
commit | a3f3b4f7a1236e8724ff3537a64f2a80febadb3b (patch) | |
tree | fd676404ffc15011edb8fbc7c24e7880fd296b99 /ATRI | |
parent | 9b0c786324ecae41b0454fe42677256ed7e66685 (diff) | |
download | ATRI-a3f3b4f7a1236e8724ff3537a64f2a80febadb3b.tar.gz ATRI-a3f3b4f7a1236e8724ff3537a64f2a80febadb3b.tar.bz2 ATRI-a3f3b4f7a1236e8724ff3537a64f2a80febadb3b.zip |
[Fix]
Diffstat (limited to 'ATRI')
-rw-r--r-- | ATRI/plugins/other.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 _(): |