fix: 修复参数错误

This commit is contained in:
amtoaer
2023-12-04 00:54:04 +08:00
parent 29d06a040b
commit 6877171f4d

View File

@@ -72,7 +72,7 @@ async def refresh_tags():
tags=None,
)
await asyncio.gather(
*[await aremove(item.nfo_path) for item in items],
*[aremove(item.nfo_path) for item in items],
return_exceptions=True,
)
await asyncio.gather(