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 6877171 commit 38caf1f
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 @@ -70,7 +70,7 @@ async def refresh_tags():
status=MediaStatus.NORMAL,
downloaded=True,
tags=None,
)
).prefetch_related("upper")
await asyncio.gather(
*[aremove(item.nfo_path) for item in items],
return_exceptions=True,
Expand Down

0 comments on commit 38caf1f

Please sign in to comment.