mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 06:42:10 -04:00
Close docstring.
This commit is contained in:
parent
5cc4778221
commit
fb88bf5b06
1 changed files with 1 additions and 1 deletions
|
|
@ -603,7 +603,7 @@ class ClientV2(ClientBase):
|
|||
csr=csr)
|
||||
|
||||
def poll_order_and_request_issuance(self, orderr, max_time=datetime.timedelta(seconds=90)):
|
||||
"""Poll Order Resource for status.
|
||||
"""Poll Order Resource for status."""
|
||||
responses = []
|
||||
deadline = datetime.datetime.now() + max_time
|
||||
for url in orderr.body.authorizations:
|
||||
|
|
|
|||
Loading…
Reference in a new issue