Skip to content

Commit

Permalink
fixed trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
doofusdavid committed Dec 11, 2023
1 parent 401be08 commit 847614e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wo/cli/plugins/site_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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)))
Expand Down

0 comments on commit 847614e

Please sign in to comment.