Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
HibiKier authored Feb 20, 2022
1 parent f038763 commit 1c17ac1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/open_cases/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

0 comments on commit 1c17ac1

Please sign in to comment.