mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 14:26:10 -04:00
fix syntax error
This commit is contained in:
parent
37e225f7f1
commit
409c5c5bfb
1 changed files with 1 additions and 1 deletions
|
|
@ -224,7 +224,7 @@ class AccountFileStorage(interfaces.AccountStorage):
|
|||
with open(self._regr_path(account_dir_path), "w") as regr_file:
|
||||
regr = account.regr
|
||||
with_uri = RegistrationResourceWithNewAuthzrURI(
|
||||
new_authzr_uri="foo.bar"
|
||||
new_authzr_uri="foo.bar",
|
||||
body=regr.body,
|
||||
uri=regr.uri,
|
||||
terms_of_service=regr.terms_of_service)
|
||||
|
|
|
|||
Loading…
Reference in a new issue