Fix progress bar handling
This commit is contained in:
@@ -158,7 +158,8 @@ async def main():
|
|||||||
break
|
break
|
||||||
proceed = await ws.recv()
|
proceed = await ws.recv()
|
||||||
bar.next()
|
bar.next()
|
||||||
bar.suffix = '%(percent).1f%% done'
|
bar.suffix = '%(percent).1f%% complete'
|
||||||
|
bar.update()
|
||||||
print("")
|
print("")
|
||||||
|
|
||||||
if role =='receive':
|
if role =='receive':
|
||||||
|
|||||||
Reference in New Issue
Block a user