mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 16:30:31 +02:00
Fix "pool tuple" bug in restified example
This commit is contained in:
@@ -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')))
|
||||
|
||||
Reference in New Issue
Block a user