From 77bea043c0d0daf14ccecbc60a0471ada3525765 Mon Sep 17 00:00:00 2001 From: jensenxu123 <65215174+xuzhichang@users.noreply.github.com> Date: Sun, 2 Jun 2024 19:16:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E4=B8=AA=E5=AF=B9=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 b24e93f..1246cc0 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,