From 45994f94d9f63623db881656390ab54433853087 Mon Sep 17 00:00:00 2001 From: bugungu <113701655+SilianZ@users.noreply.github.com> Date: Sun, 2 Jun 2024 20:06:20 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"Revert=20"=E4=B8=80=E4=B8=AA=E5=AF=B9?= =?UTF-8?q?=E4=B8=8B=E8=BD=BD=E6=97=B6=E7=9A=84=E9=94=99=E8=AF=AF=E5=8D=95?= =?UTF-8?q?=E4=BD=8D=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,