Add just a print

This commit is contained in:
geoffrey 2024-07-08 20:08:09 +02:00
parent 7be7d5ad81
commit 9a14c06915

@ -15,6 +15,7 @@ def server(host, port):
while 1:
skclt, addrclt = s.accept()
print(f"New connection from client: {addrclt}")
skclt.close()