mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-08 13:42:39 -04: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.
|
# homeserver's server_name.
|
||||||
if delegated:
|
if delegated:
|
||||||
cert_name = delegated.decode("ascii")
|
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:
|
else:
|
||||||
cert_name = self.hs.hostname
|
cert_name = self.hs.hostname
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue