Skip to content

Commit 15a2d87

Browse files
committed
final commit
1 parent 46e24a5 commit 15a2d87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ws4py/client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ def connect(self):
212212
# Prevent check_hostname requires server_hostname (ref #187)
213213
if "cert_reqs" not in self.ssl_options:
214214
context.check_hostname = False
215-
context.verify_mode = ssl.CERT_NONE
215+
context.verify_mode = ssl.CERT_NONE
216216

217217
self.sock = context.wrap_socket(self.sock)
218218
self._is_secure = True

0 commit comments

Comments
 (0)