From 893a4d3421dd253a50bc3e1972a1e7f40bc0b1d3 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Tue, 1 Oct 2019 17:26:15 +0200 Subject: [PATCH] Fix acme --- wo/core/acme.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wo/core/acme.py b/wo/core/acme.py index e72623d..43e0612 100644 --- a/wo/core/acme.py +++ b/wo/core/acme.py @@ -141,7 +141,7 @@ class WOAcme: def cert_check(self, wo_domain_name): """Check certificate existance with acme.sh and return Boolean""" - self.export_cert() + WOAcme.export_cert(self) # define new csv dialect csv.register_dialect('acmeconf', delimiter='|') # open file