From fd2bf764af78844cad19c6277c6c17f2b04210e2 Mon Sep 17 00:00:00 2001 From: liris Date: Thu, 23 Jul 2015 07:45:03 +0900 Subject: [PATCH] add space. --- websocket/_http.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket/_http.py b/websocket/_http.py index ba3d550..7da328e 100644 --- a/websocket/_http.py +++ b/websocket/_http.py @@ -134,7 +134,7 @@ def _wrap_sni_socket(sock, sslopt, hostname, check_hostname): context.set_ciphers(sslopt['ciphers']) if 'cert_chain' in sslopt : certfile,keyfile,password = sslopt['cert_chain'] - context.load_cert_chain(certfile,keyfile,password) + context.load_cert_chain(certfile, keyfile, password) return context.wrap_socket( sock,