extra closing paren

This commit is contained in:
Seth Schoen 2012-08-10 17:58:21 -07:00
parent 8cdc23a132
commit 846d476d21

View file

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