From b503cb313279e9fa16fbd7504d98a8f8ca8c5245 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Fri, 17 Jan 2020 11:50:31 +0100 Subject: [PATCH] Fix variable acme_cert in -le --- wo/core/acme.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wo/core/acme.py b/wo/core/acme.py index aceef28..cab1978 100644 --- a/wo/core/acme.py +++ b/wo/core/acme.py @@ -206,6 +206,8 @@ class WOAcme: def cert_check(self, wo_domain_name): """Check certificate existance with acme.sh and return Boolean""" WOAcme.export_cert(self) + # set variable acme_cert + acme_cert = False # define new csv dialect csv.register_dialect('acmeconf', delimiter='|') # open file