修正 11.10 节的缩进
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user