mirror of
https://github.com/amtoaer/bili-sync.git
synced 2026-06-06 00:01:20 +08:00
fix: 修复参数错误
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user