Various cosmetics to make TravisCI happy
parent
af8a2f679b
commit
f86b695cbd
|
@ -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…
Reference in New Issue