add space.

This commit is contained in:
liris
2015-07-23 07:45:03 +09:00
parent b3837cd151
commit fd2bf764af

View File

@@ -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,