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