Skip to content

Commit

Permalink
Update iotdb-client/client-py/iotdb/Session.py
Browse files Browse the repository at this point in the history
Co-authored-by: Haonan <hhaonan@outlook.com>
  • Loading branch information
CloudWise-Lukemiao and HTHou authored Feb 5, 2025
1 parent cdf4996 commit ade4f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iotdb-client/client-py/iotdb/Session.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def init_connection(self, endpoint):
if self.__use_ssl:
context = ssl.SSLContext(ssl.PROTOCOL_TLSv1_2)
context.load_verify_locations(cafile=self.__ca_certs)
transport = TSSLSocket.TSSLSocket(
socket = TSSLSocket.TSSLSocket(
host=endpoint.ip,
port=endpoint.port,
ssl_context=context,
Expand Down

0 comments on commit ade4f7e

Please sign in to comment.