mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 15:52:08 -04:00
network2 is not so much stub anymore
This commit is contained in:
parent
4eef08911a
commit
a204574b02
1 changed files with 0 additions and 2 deletions
|
|
@ -185,8 +185,6 @@ class Network(object):
|
|||
assert response.status_code == httplib.CREATED # TODO: handle errors
|
||||
return self._authzr_from_response(response, identifier)
|
||||
|
||||
# TODO: anything below is also stub, bot not working, not tested at all
|
||||
|
||||
def answer_challenge(self, challr, response):
|
||||
"""Answer challenge.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue