Fix progress bar handling
This commit is contained in:
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user