diff options
author | David Baker <dave@matrix.org> | 2018-05-09 15:06:16 +0100 |
---|---|---|
committer | David Baker <dave@matrix.org> | 2018-05-09 15:06:16 +0100 |
commit | 52281e4c548233087f03a014fdb21783a471b2a7 (patch) | |
tree | a950ff55e80930dd7afc94672ef8fe9119410c09 | |
parent | Part deactivated users in the background (diff) | |
download | synapse-52281e4c548233087f03a014fdb21783a471b2a7.tar.xz |
Indent fail
-rw-r--r-- | synapse/handlers/deactivate_account.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/handlers/deactivate_account.py b/synapse/handlers/deactivate_account.py index 5bb6c11e8f..f99935b4ee 100644 --- a/synapse/handlers/deactivate_account.py +++ b/synapse/handlers/deactivate_account.py @@ -63,7 +63,7 @@ class DeactivateAccountHandler(BaseHandler): self.start_user_parting() def start_user_parting(self): - if not self._user_parter_running: + if not self._user_parter_running: run_in_background(self.user_parter_loop()) @defer.inlineCallbacks |