@ -54,7 +54,7 @@ def socket_create_connection(address, timeout=socket._GLOBAL_DEFAULT_TIMEOUT,
sock.connect(sa)
return sock
except error as _:
except socket.error as _:
err = _
if sock is not None:
sock.close()
The note is not visible to the blocked user.