Skip to content

Commit c3d7f13

Browse files
committed
post.py: inform the user that we are uploading lines
1 parent 89b0242 commit c3d7f13

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

post.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ def usage(program_name: str):
6363
client.send(b'POST\r\n')
6464
check_response(client, b"OK\r\n")
6565
print(f"{host}:{port}: server accepts POST")
66+
print(f"{host}:{port}: uploading lines...")
6667

6768
for line in content:
6869
client.send((line+'\r\n').encode())

0 commit comments

Comments
 (0)