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