mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 22:33:00 -04:00
add missing paren
This commit is contained in:
parent
e2acb14fc2
commit
1f4536d061
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ class ACMEServer(object):
|
|||
if http_01_port != DEFAULT_HTTP_01_PORT:
|
||||
if self._acme_type != 'pebble' or self._proxy:
|
||||
raise ValueError('setting http_01_port is not currently supported '
|
||||
'with boulder or the HTTP proxy'
|
||||
'with boulder or the HTTP proxy')
|
||||
|
||||
def start(self):
|
||||
"""Start the test stack"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue