3 lines
82 B
Python
3 lines
82 B
Python
|
def handle(client, data):
|
||
|
print("![{}] -> Handshake".format(client.addr))
|
||
|
return
|