lint
This commit is contained in:
parent
2d33d3e2b8
commit
dda7f54a16
|
@ -130,7 +130,7 @@ def request_certificate(acme_client, authorizations, csr, order):
|
|||
|
||||
|
||||
def setup_acme_client(authority):
|
||||
if not authority.options:
|
||||
if not authority.options:
|
||||
raise InvalidAuthority("Invalid authority. Options not set")
|
||||
options = {}
|
||||
|
||||
|
|
Loading…
Reference in New Issue