From 717abbc4b2ea78ff842e05a3d6fa3333347572f7 Mon Sep 17 00:00:00 2001 From: SG Date: Wed, 3 May 2023 17:29:24 +0200 Subject: [PATCH] Fix some typos --- transmat.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/transmat.py b/transmat.py index a026092..aa33b58 100755 --- a/transmat.py +++ b/transmat.py @@ -135,7 +135,7 @@ async def main(): peer_group_id = get_peer_group_id(password) if role == 'send': - print('Run the following command on the remote party:\n\n', send_part, server_part, passwd_part, "\n") + print('Run the following command on the remote party:\n\n', send_part, passwd_part, server_part, "\n") filename = os.path.basename(file_path) file_size = os.path.getsize(file_path) chunk_id = 0 @@ -162,7 +162,7 @@ async def main(): proceed = await ws.recv() bar.next() bar.suffix = '%(percent).1f%% done' - print("\n") + print("") if role =='receive': async with websockets.connect(WS_RELAY_SERVER) as ws: