1
0
Fork 0
mirror of https://github.com/element-hq/synapse.git synced 2025-04-08 16:43:59 +00:00

Indent fail

This commit is contained in:
David Baker 2018-05-09 15:06:16 +01:00
parent 7e8726b8fb
commit 52281e4c54

View file

@ -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