修正 11.10 节的缩进

This commit is contained in:
口可口可
2018-11-01 14:25:48 +08:00
committed by GitHub
parent 99b16a7a19
commit 9a5c5c4f60

View File

@@ -81,10 +81,10 @@
import ssl import ssl
class SSLMixin: class SSLMixin:
''' '''
Mixin class that adds support for SSL to existing servers based Mixin class that adds support for SSL to existing servers based
on the socketserver module. on the socketserver module.
''' '''
def __init__(self, *args, def __init__(self, *args,
keyfile=None, certfile=None, ca_certs=None, keyfile=None, certfile=None, ca_certs=None,
cert_reqs=ssl.CERT_NONE, cert_reqs=ssl.CERT_NONE,