mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-21 20:35:00 -05:00
Various cosmetics to make TravisCI happy
This commit is contained in:
parent
af8a2f679b
commit
f86b695cbd
@ -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 New Issue
Block a user