mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-20 08:44:03 +01:00
Various cosmetics to make TravisCI happy
This commit is contained in:
parent
af8a2f679b
commit
f86b695cbd
1 changed files with 5 additions and 2 deletions
|
@ -137,7 +137,10 @@ class AcmeHandler(object):
|
|||
# homeserver's server_name.
|
||||
if delegated:
|
||||
cert_name = delegated.decode("ascii")
|
||||
logger.info(".well-known is in use, provisionning %s instead of %s", cert_name, self.hs.hostname)
|
||||
logger.info(
|
||||
".well-known is in use, provisionning %s instead of %s",
|
||||
cert_name, self.hs.hostname,
|
||||
)
|
||||
else:
|
||||
cert_name = self.hs.hostname
|
||||
|
||||
|
|
Loading…
Reference in a new issue