Fix variable acme_cert in -le
This commit is contained in:
@@ -206,6 +206,8 @@ class WOAcme:
|
|||||||
def cert_check(self, wo_domain_name):
|
def cert_check(self, wo_domain_name):
|
||||||
"""Check certificate existance with acme.sh and return Boolean"""
|
"""Check certificate existance with acme.sh and return Boolean"""
|
||||||
WOAcme.export_cert(self)
|
WOAcme.export_cert(self)
|
||||||
|
# set variable acme_cert
|
||||||
|
acme_cert = False
|
||||||
# define new csv dialect
|
# define new csv dialect
|
||||||
csv.register_dialect('acmeconf', delimiter='|')
|
csv.register_dialect('acmeconf', delimiter='|')
|
||||||
# open file
|
# open file
|
||||||
|
|||||||
Reference in New Issue
Block a user