mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 07:12:54 -04:00
extra closing paren
This commit is contained in:
parent
8cdc23a132
commit
846d476d21
1 changed files with 1 additions and 1 deletions
|
|
@ -236,7 +236,7 @@ def authenticate():
|
|||
if not sni_challenge.perform_sni_cert_challenge(sni_todo, os.path.abspath(req_file), os.path.abspath(key_file), config):
|
||||
print "sni_challenge failed"
|
||||
sys.exit(1)
|
||||
if curses: shower.add("Configured Apache for challenge...\n"))
|
||||
if curses: shower.add("Configured Apache for challenge...\n")
|
||||
|
||||
if not curses: print "waiting", 3
|
||||
time.sleep(3)
|
||||
|
|
|
|||
Loading…
Reference in a new issue