From 6877171f4ddfdd9b388f93eb42cf9a343cff28d0 Mon Sep 17 00:00:00 2001 From: amtoaer Date: Mon, 4 Dec 2023 00:54:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands.py b/commands.py index add0585..c5c5590 100644 --- a/commands.py +++ b/commands.py @@ -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(