Various cosmetics to make TravisCI happy
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