提交 3f946b52 编写于 作者: P Paul Tremberth

Fix super() call

上级 49c757f2
......@@ -24,7 +24,7 @@ try:
"""
def __init__(self, method=SSL.SSLv23_METHOD, *args, **kwargs):
super(BrowserLikePolicyForHTTPS, self).__init__(*args, **kwargs)
super(ScrapyClientContextFactory, self).__init__(*args, **kwargs)
self._ssl_method = method
def getCertificateOptions(self):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册