mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 06:42:10 -04:00
Use camelCase for newAccount.
This commit is contained in:
parent
c27bcb83b8
commit
399a2af6bb
1 changed files with 1 additions and 1 deletions
|
|
@ -549,7 +549,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