mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-07 23:45:04 -04:00
formatting changes for pep8
This commit is contained in:
parent
3d605853c8
commit
07b4f88de9
4 changed files with 8 additions and 5 deletions
|
@ -47,7 +47,9 @@ class TlsConfig(Config):
|
|||
|
||||
self.tls_fingerprints = config["tls_fingerprints"]
|
||||
|
||||
self.tls_ignore_certificate_validation = config.get("tls_ignore_certificate_validation", False)
|
||||
self.tls_ignore_certificate_validation = config.get(
|
||||
"tls_ignore_certificate_validation", False
|
||||
)
|
||||
|
||||
# Check that our own certificate is included in the list of fingerprints
|
||||
# and include it if it is not.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue