mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 07:42:08 -04:00
Return RegistrationResource in agree_to_tos
This commit is contained in:
parent
5298d8123d
commit
1672e07b2c
1 changed files with 1 additions and 1 deletions
|
|
@ -224,7 +224,7 @@ class Network(object):
|
|||
:rtype: `.RegistrationResource`
|
||||
|
||||
"""
|
||||
self.update_registration(
|
||||
return self.update_registration(
|
||||
regr.update(body=regr.body.update(agreement=regr.terms_of_service)))
|
||||
|
||||
def _authzr_from_response(self, response, identifier,
|
||||
|
|
|
|||
Loading…
Reference in a new issue