mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 06:42:10 -04:00
authz -> authzr
This commit is contained in:
parent
c0841ca485
commit
8ec6b7c6e2
1 changed files with 1 additions and 1 deletions
|
|
@ -350,7 +350,7 @@ class Client(object): # pylint: disable=too-many-instance-attributes
|
|||
break
|
||||
for authzr in responses:
|
||||
if authzr.body.status != messages.STATUS_VALID:
|
||||
for chall in authz.body.challenges:
|
||||
for chall in authzr.body.challenges:
|
||||
if chall.error != None:
|
||||
raise Exception("failed challenge for %s: %s" %
|
||||
(authz.body.identifier.value, chall.error))
|
||||
|
|
|
|||
Loading…
Reference in a new issue