mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:22 +02:00
Return RegistrationResource in agree_to_tos
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user