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,