diff --git a/transmat.py b/transmat.py index 2e18cfb..ccb6a05 100755 --- a/transmat.py +++ b/transmat.py @@ -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()