diff options
author | Kyomotoi <[email protected]> | 2020-08-19 00:29:18 +0800 |
---|---|---|
committer | Kyomotoi <[email protected]> | 2020-08-19 00:29:18 +0800 |
commit | c0e276afcff617bb88a41c5c734ec73d9edf74d6 (patch) | |
tree | 3533d6a63f795dd37456af0787876f18c5021ac0 /ATRI/plugins | |
parent | 8a7bfeea6542bb1f998433efb098f3251d855c61 (diff) | |
download | ATRI-c0e276afcff617bb88a41c5c734ec73d9edf74d6.tar.gz ATRI-c0e276afcff617bb88a41c5c734ec73d9edf74d6.tar.bz2 ATRI-c0e276afcff617bb88a41c5c734ec73d9edf74d6.zip |
[Fix]
Diffstat (limited to 'ATRI/plugins')
-rw-r--r-- | ATRI/plugins/Chat.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ATRI/plugins/Chat.py b/ATRI/plugins/Chat.py index bbf491e..681e840 100644 --- a/ATRI/plugins/Chat.py +++ b/ATRI/plugins/Chat.py @@ -26,7 +26,7 @@ KC_URL = 'https://nmsl.shadiao.app/api.php?level=min&lang=zh_cn' 'cron', day_of_week = "mon,tue,wed,thu,fri,sat,sun", hour = 7, - misfire_grace_time=60 + misfire_grace_time= 300 ) async def _(): """早安""" @@ -66,7 +66,7 @@ async def _(): 'cron', day_of_week = "mon,tue,wed,thu,fri,sat,sun", hour = 22, - misfire_grace_time=60 + misfire_grace_time = 300 ) async def _(): """晚安""" @@ -107,7 +107,7 @@ async def _(): 'cron', day_of_week = "mon,tue,wed,thu,fri,sat,sun", hour = 0, - misfire_grace_time=60 + misfire_grace_time = 300 ) async def _(): """到 点 了""" |