mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
no capture
This commit is contained in:
parent
ed815f2c7c
commit
8c0c553268
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ class ACMEServer:
|
|||
self._proxy = http_proxy
|
||||
self._workspace = tempfile.mkdtemp()
|
||||
self._processes: List[subprocess.Popen] = []
|
||||
self._stdout = sys.stdout if stdout else open(os.devnull, 'w') # pylint: disable=consider-using-with
|
||||
self._stdout = sys.stdout
|
||||
self._dns_server = dns_server
|
||||
self._http_01_port = http_01_port
|
||||
if http_01_port != DEFAULT_HTTP_01_PORT:
|
||||
|
|
|
|||
Loading…
Reference in a new issue