coding style

This commit is contained in:
Neil Johnson 2018-07-31 13:16:20 +01:00
parent 7d05406a07
commit df2235e7fa
7 changed files with 12 additions and 9 deletions

View file

@ -70,7 +70,7 @@ class ServerConfig(Config):
# Options to control access by tracking MAU
self.limit_usage_by_mau = config.get("limit_usage_by_mau", False)
self.max_mau_value = config.get(
"max_mau_value", 0,
"max_mau_value", 0,
)
# FIXME: federation_domain_whitelist needs sytests
self.federation_domain_whitelist = None