Fix typo. (#616)

pull/617/head
Felix Fontein 2023-06-04 20:12:35 +02:00 committed by GitHub
parent 0d30a3793a
commit 9305bfe190
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ class ACMEAccount(object):
# and provide external_account_binding credentials. Thus we first send a request with allow_creation=False # and provide external_account_binding credentials. Thus we first send a request with allow_creation=False
# to see whether the account already exists. # to see whether the account already exists.
# Note that we pass contact here: ZeroSSL does not accept regisration calls without contacts, even # Note that we pass contact here: ZeroSSL does not accept registration calls without contacts, even
# if onlyReturnExisting is set to true. # if onlyReturnExisting is set to true.
created, data = self._new_reg(contact=contact, allow_creation=False) created, data = self._new_reg(contact=contact, allow_creation=False)
if data: if data: