独立status插件...

This commit is contained in:
2024-04-22 23:55:33 +08:00
parent ece71ca1e7
commit 53bc6df30f
11 changed files with 336 additions and 15 deletions

View File

@ -48,7 +48,7 @@ for lang in get_all_lang():
}
@scheduler.scheduled_job("cron", second="*/20")
@scheduler.scheduled_job("cron", minute="*/20")
async def _():
nonebot.logger.info("数据已刷新")
for lang_code in get_all_lang():