Skip to content

Commit f71f9dc

Browse files
authored
Merge pull request #83 from xuzhichang/master
一个对下载时的错误单位的修复
2 parents 61e2652 + 77bea04 commit f71f9dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)