Update __init__.py

This commit is contained in:
HibiKier 2022-02-20 11:06:32 +08:00 committed by GitHub
parent f038763041
commit 1c17ac1f9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -227,8 +227,8 @@ async def _(event: MessageEvent):
# 重置开箱
@scheduler.scheduled_job(
"cron",
hour=10,
minute=22,
hour=0,
minute=1,
)
async def _():
await update_count_daily()