mirror of
https://github.com/amtoaer/bili-sync.git
synced 2026-09-05 23:49:53 +08:00
fix: 修复参数错误
This commit is contained in:
+1
-1
@@ -72,7 +72,7 @@ async def refresh_tags():
|
|||||||
tags=None,
|
tags=None,
|
||||||
)
|
)
|
||||||
await asyncio.gather(
|
await asyncio.gather(
|
||||||
*[await aremove(item.nfo_path) for item in items],
|
*[aremove(item.nfo_path) for item in items],
|
||||||
return_exceptions=True,
|
return_exceptions=True,
|
||||||
)
|
)
|
||||||
await asyncio.gather(
|
await asyncio.gather(
|
||||||
|
|||||||
Reference in New Issue
Block a user