mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 13:59:02 -04:00
Fix "pool tuple" bug in restified example
This commit is contained in:
parent
f29fe21ddd
commit
0c30bcbf3e
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ authzr = net.request_challenges(
|
|||
regr=regr)
|
||||
logging.debug(authzr)
|
||||
|
||||
authzr = net.poll(authzr)
|
||||
authzr, retry_after = net.poll(authzr)
|
||||
|
||||
csr = M2Crypto.X509.load_request_string(pkg_resources.resource_string(
|
||||
'letsencrypt.client.tests', os.path.join('testdata', 'csr.pem')))
|
||||
|
|
|
|||
Loading…
Reference in a new issue