From 58f400ed0b21949a23c17a29f12e71d411060245 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Fri, 15 Mar 2019 23:03:43 +0100 Subject: [PATCH] fix indentation --- wo/cli/plugins/site_functions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wo/cli/plugins/site_functions.py b/wo/cli/plugins/site_functions.py index 4eefa6e..2617e8e 100644 --- a/wo/cli/plugins/site_functions.py +++ b/wo/cli/plugins/site_functions.py @@ -1454,8 +1454,8 @@ def archivedCertificateHandle(self, domain, wo_wp_email): ssl = WOShellExec.cmd_exec(self, "/etc/letsencrypt/acme.sh --renew -d {0} --ecc --force" .format(domain)) - else: - Log.error(self, "Operation cancelled by user.") + else: + Log.error(self, "Operation cancelled by user.") if os.path.isfile("{0}/conf/nginx/ssl.conf" .format(domain)):