From 847614ed6e923286fb01cdf6969b98ee27c264c0 Mon Sep 17 00:00:00 2001 From: David Edwards Date: Sun, 10 Dec 2023 17:17:12 -0700 Subject: [PATCH] fixed trailing whitespace --- wo/cli/plugins/site_update.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wo/cli/plugins/site_update.py b/wo/cli/plugins/site_update.py index d9dd0379..65b23dd1 100644 --- a/wo/cli/plugins/site_update.py +++ b/wo/cli/plugins/site_update.py @@ -164,7 +164,7 @@ def doupdatesite(self, pargs): if not subsiteof_name: Log.error(self, "Please provide multisite parent name") elif stype is None and not (pargs.proxy or - pargs.letsencrypt or + pargs.letsencrypt or pargs.alias or pargs.subsiteof): stype, cache = 'html', 'basic' @@ -587,7 +587,7 @@ def doupdatesite(self, pargs): Log.info(self, "Successfully updated site" " http://{0}".format(wo_domain)) return 0 - + if 'subsite' in data.keys() and data['subsite']: updateSiteInfo(self, wo_domain, stype=stype, cache=cache, ssl=(bool(check_site.is_ssl)))