From 8a1905a7b6964997f8ee4b44ece33f6e20f20896 Mon Sep 17 00:00:00 2001 From: SG Date: Mon, 8 May 2023 19:18:55 +0200 Subject: [PATCH] Fix progress bar handling --- transmat/transmat.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/transmat/transmat.py b/transmat/transmat.py index b682b70..0a78cea 100755 --- a/transmat/transmat.py +++ b/transmat/transmat.py @@ -158,7 +158,8 @@ async def main(): break proceed = await ws.recv() bar.next() - bar.suffix = '%(percent).1f%% done' + bar.suffix = '%(percent).1f%% complete' + bar.update() print("") if role =='receive':