Fix progress bar handling

This commit is contained in:
SG
2023-05-08 19:18:55 +02:00
parent 71307f3bc7
commit 8a1905a7b6

View File

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