调宽进度条

This commit is contained in:
Jing Ling
2020-02-17 03:51:47 +08:00
parent 6c902544b5
commit f2ff9c166a
+1 -1
View File
@@ -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()