From 40b1f48fc3b5878d91693de23e447a8e562089d5 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Tue, 1 Oct 2019 17:28:10 +0200 Subject: [PATCH] another test with WOAcme --- wo/core/acme.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wo/core/acme.py b/wo/core/acme.py index 43e0612..2eff8b4 100644 --- a/wo/core/acme.py +++ b/wo/core/acme.py @@ -10,7 +10,7 @@ from wo.core.shellexec import WOShellExec from wo.core.variables import WOVariables -class WOAcme: +class WOAcme(): """Acme.sh utilities for WordOps""" wo_acme_exec = ("/etc/letsencrypt/acme.sh --config-home " @@ -141,7 +141,7 @@ class WOAcme: def cert_check(self, wo_domain_name): """Check certificate existance with acme.sh and return Boolean""" - WOAcme.export_cert(self) + self.export_cert() # define new csv dialect csv.register_dialect('acmeconf', delimiter='|') # open file