修复一个bug

This commit is contained in:
Wuyi无疑 2022-02-09 18:18:17 +08:00 committed by GitHub
parent 8cf1dd6b37
commit 4d687770ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -166,7 +166,7 @@ async def _(bot:HoshinoBot, ev: CQEvent):
#每日零点清空cookies使用缓存
@sv.scheduled_job('cron', hour='0')
async def delete():
deletecache()
await deletecache()
@sv.scheduled_job('cron', hour='2')
async def delete():