1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-26 07:41:33 +03:00

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
parent 7a18a4eeac
commit c76caf36e8

View File

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