Some changes to progress bar
This commit is contained in:
@@ -188,11 +188,10 @@ async def main():
|
|||||||
|
|
||||||
if chunk_id >= number_of_chunks-1:
|
if chunk_id >= number_of_chunks-1:
|
||||||
# This is the last chunk, exit
|
# This is the last chunk, exit
|
||||||
bar.index = 100
|
f.close()
|
||||||
bar.suffix = '%(percent).1f%% complete'
|
bar.suffix = '%(percent).1f%% complete'
|
||||||
bar.update()
|
bar.update()
|
||||||
f.close()
|
bar.finish()
|
||||||
print("")
|
|
||||||
break
|
break
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user