mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 07:42:08 -04:00
StatusValid -> STATUS_VALID
This commit is contained in:
parent
3caa0f8453
commit
df70b327e9
1 changed files with 1 additions and 1 deletions
|
|
@ -343,7 +343,7 @@ class Network(object):
|
|||
# original Authorization Resource URI only
|
||||
assert updated_authzr.uri == authzr
|
||||
|
||||
if updated_authzr.body.status != messages2.StatusValid:
|
||||
if updated_authzr.body.status != messages2.STATUS_VALID:
|
||||
# push back to the priority queue, with updated retry_after
|
||||
heapq.heappush(waiting, (self._retry_after(
|
||||
response, mintime=mintime), authzr))
|
||||
|
|
|
|||
Loading…
Reference in a new issue