summaryrefslogtreecommitdiff
path: root/ATRI/plugins
diff options
context:
space:
mode:
authorKyomotoi <[email protected]>2020-08-25 00:45:51 +0800
committerKyomotoi <[email protected]>2020-08-25 00:45:51 +0800
commita9a8a11bfcd8d4a184c1e9537a83c9bca4d44497 (patch)
tree8ab8db65d62c5eef3e851d4d337b3576fcb8362c /ATRI/plugins
parentefb8d26b8269b16ef630251d5b12a1c46457422a (diff)
downloadATRI-a9a8a11bfcd8d4a184c1e9537a83c9bca4d44497.tar.gz
ATRI-a9a8a11bfcd8d4a184c1e9537a83c9bca4d44497.tar.bz2
ATRI-a9a8a11bfcd8d4a184c1e9537a83c9bca4d44497.zip
[Fix]
Diffstat (limited to 'ATRI/plugins')
-rw-r--r--ATRI/plugins/Scheduler.py2
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 _():