mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 22:33:00 -04:00
Merge branch 'v2-client' into v2-orders
This commit is contained in:
commit
244bb188e2
1 changed files with 1 additions and 1 deletions
|
|
@ -530,7 +530,7 @@ class ClientV2(ClientBase):
|
|||
:rtype: `.RegistrationResource`
|
||||
|
||||
"""
|
||||
response = self.net.post(self.directory.new_account, new_account)
|
||||
response = self.net.post(self.directory['newAccount'], new_account)
|
||||
# "Instance of 'Field' has no key/contact member" bug:
|
||||
# pylint: disable=no-member
|
||||
return self._regr_from_response(response)
|
||||
|
|
|
|||
Loading…
Reference in a new issue