lint
This commit is contained in:
parent
4818cc4eb9
commit
9375862ee2
|
@ -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