Skip to content

Commit 008da85

Browse files
committed
2 parents ac8436e + 3af69f7 commit 008da85

File tree

3 files changed

+2
-12
lines changed

3 files changed

+2
-12
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.0.24
1+
v1.0.25

changelogithub.config.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

core/cluster.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ async def download(self, miss: list[BMCLAPIFile], configuration: OpenbmclapiAgen
324324
return
325325
with tqdm(
326326
desc=locale.t("cluster.tqdm.desc.download"),
327-
unit="b",
327+
unit="B",
328328
unit_divisor=1024,
329329
total=sum((file.size for file in miss)),
330330
unit_scale=True,

0 commit comments

Comments
 (0)