mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-06 07:44:16 -04:00
Bump black configuration to target py36 (#9781)
Signed-off-by: Dan Callahan <danc@element.io>
This commit is contained in:
parent
1fc97ee876
commit
1d5f0e3529
11 changed files with 16 additions and 15 deletions
|
@ -270,7 +270,7 @@ class TlsConfig(Config):
|
|||
tls_certificate_path,
|
||||
tls_private_key_path,
|
||||
acme_domain,
|
||||
**kwargs
|
||||
**kwargs,
|
||||
):
|
||||
"""If the acme_domain is specified acme will be enabled.
|
||||
If the TLS paths are not specified the default will be certs in the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue