Some changes to progress bar

This commit is contained in:
SG
2023-05-12 20:54:36 +02:00
parent 603c3b7238
commit 7562395529

View File

@@ -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