Add just a print
This commit is contained in:
parent
7be7d5ad81
commit
9a14c06915
@ -15,6 +15,7 @@ def server(host, port):
|
|||||||
|
|
||||||
while 1:
|
while 1:
|
||||||
skclt, addrclt = s.accept()
|
skclt, addrclt = s.accept()
|
||||||
|
print(f"New connection from client: {addrclt}")
|
||||||
|
|
||||||
|
|
||||||
skclt.close()
|
skclt.close()
|
||||||
|
Loading…
Reference in New Issue
Block a user