Update certbot-ci/certbot_integration_tests/utils/misc.py

Co-Authored-By: adferrand <adferrand@users.noreply.github.com>
This commit is contained in:
ohemorange
2019-03-27 00:34:18 +01:00
committed by GitHub
co-authored by adferrand
parent 7a18a4eeac
commit c76caf36e8
@@ -82,7 +82,7 @@ def read_certificate(cert_path):
return crypto.dump_certificate(crypto.FILETYPE_TEXT, cert).decode('utf-8')
class GraceFullTCPServer(socketserver.TCPServer):
class GracefulTCPServer(socketserver.TCPServer):
allow_reuse_address = True