From 62b4bbbb2009c6a4276508b839c55ca374b3cf55 Mon Sep 17 00:00:00 2001 From: tianxiu2b2t <95091178+tianxiu2b2t@users.noreply.github.com> Date: Sun, 2 Jun 2024 19:38:51 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E4=B8=80=E4=B8=AA=E5=AF=B9=E4=B8=8B?= =?UTF-8?q?=E8=BD=BD=E6=97=B6=E7=9A=84=E9=94=99=E8=AF=AF=E5=8D=95=E4=BD=8D?= =?UTF-8?q?=E7=9A=84=E4=BF=AE=E5=A4=8D"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/cluster.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/cluster.py b/core/cluster.py index 1246cc0..b24e93f 100644 --- a/core/cluster.py +++ b/core/cluster.py @@ -324,7 +324,7 @@ async def download(self, miss: list[BMCLAPIFile], configuration: OpenbmclapiAgen return with tqdm( desc=locale.t("cluster.tqdm.desc.download"), - unit="B", + unit="b", unit_divisor=1024, total=sum((file.size for file in miss)), unit_scale=True,