From df70b327e9783b1d784b431faf8536e3d1e08172 Mon Sep 17 00:00:00 2001 From: Jakub Warmuz Date: Thu, 26 Mar 2015 15:03:57 +0000 Subject: [PATCH] StatusValid -> STATUS_VALID --- letsencrypt/client/network2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/letsencrypt/client/network2.py b/letsencrypt/client/network2.py index 1cd3a0321..c1789808d 100644 --- a/letsencrypt/client/network2.py +++ b/letsencrypt/client/network2.py @@ -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))