We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89b0242 commit c3d7f13Copy full SHA for c3d7f13
1 file changed
post.py
@@ -63,6 +63,7 @@ def usage(program_name: str):
63
client.send(b'POST\r\n')
64
check_response(client, b"OK\r\n")
65
print(f"{host}:{port}: server accepts POST")
66
+ print(f"{host}:{port}: uploading lines...")
67
68
for line in content:
69
client.send((line+'\r\n').encode())
0 commit comments