Skip to content

Commit ab51661

Browse files
authored
Merge pull request #84 from TTB-Network/revert-83-master
Revert "一个对下载时的错误单位的修复"
2 parents f71f9dc + 62b4bbb commit ab51661

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)