mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
调宽进度条
This commit is contained in:
@@ -107,7 +107,7 @@ def query_progress(pr_queue, total):
|
||||
bar = tqdm.tqdm()
|
||||
bar.total = total
|
||||
bar.desc = 'Resolve Progress'
|
||||
bar.ncols = 60
|
||||
bar.ncols = 80
|
||||
bar.smoothing = 0
|
||||
while True:
|
||||
done = pr_queue.qsize()
|
||||
|
||||
Reference in New Issue
Block a user