fix syntax error

This commit is contained in:
Brad Warren 2018-02-22 11:22:31 -08:00
parent 37e225f7f1
commit 409c5c5bfb

View file

@ -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)