Skip to content

Commit

Permalink
fix: 修复参数错误
Browse files Browse the repository at this point in the history
  • Loading branch information
amtoaer committed Dec 3, 2023
1 parent 29d06a0 commit 6877171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 6877171

Please sign in to comment.