Update progress bar for smaller files
This commit is contained in:
@@ -190,6 +190,7 @@ async def main():
|
||||
i += 1
|
||||
bar.next()
|
||||
if i > msg["number_of_chunks"]:
|
||||
bar.index = 100
|
||||
bar.suffix = '%(percent).1f%% complete'
|
||||
bar.update()
|
||||
f.close()
|
||||
|
||||
Reference in New Issue
Block a user