Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Warmuz <jakub@warmuz.org>2015-03-24 22:05:09 +0300
committerJakub Warmuz <jakub@warmuz.org>2015-03-24 22:05:09 +0300
commit3676a6d87ab0930c67bfd212c77d01c2b96ff1e3 (patch)
treefd2b3da8667193771ae441af0cd5d0e29b9511dc /examples
parent3dcf81dbb65d8d2c377f30aa983540d5134450a4 (diff)
network2: Update poll()
Diffstat (limited to 'examples')
-rw-r--r--examples/restified.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/restified.py b/examples/restified.py
index 99d07a067..b68b3b047 100644
--- a/examples/restified.py
+++ b/examples/restified.py
@@ -32,6 +32,8 @@ authzr = net.request_challenges(
regr=regr)
logging.debug(authzr)
+authzr = net.poll(authzr)
+
csr = M2Crypto.X509.load_request_string(pkg_resources.resource_string(
'letsencrypt.client.tests', os.path.join('testdata', 'csr.pem')))
try: