From 0a6a2a81a3d5121b5e2e4cac0c8f85b5d18ad8b1 Mon Sep 17 00:00:00 2001 From: Neil Johnson Date: Wed, 28 Nov 2018 12:35:20 +0000 Subject: typo --- synapse/app/homeserver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synapse/app/homeserver.py b/synapse/app/homeserver.py index 1537058779..ed6f84f4f4 100755 --- a/synapse/app/homeserver.py +++ b/synapse/app/homeserver.py @@ -549,7 +549,7 @@ def run(hs): ) start_generate_monthly_active_users() - if hs.config.limit_usage_by_mau or or hs.config.mau_stats_only: + if hs.config.limit_usage_by_mau or hs.config.mau_stats_only: clock.looping_call(start_generate_monthly_active_users, 5 * 60 * 1000) # End of monthly active user settings -- cgit 1.5.1