forked from MirrorHub/synapse
Indent fail
This commit is contained in:
parent
7e8726b8fb
commit
52281e4c54
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ class DeactivateAccountHandler(BaseHandler):
|
||||||
self.start_user_parting()
|
self.start_user_parting()
|
||||||
|
|
||||||
def start_user_parting(self):
|
def start_user_parting(self):
|
||||||
if not self._user_parter_running:
|
if not self._user_parter_running:
|
||||||
run_in_background(self.user_parter_loop())
|
run_in_background(self.user_parter_loop())
|
||||||
|
|
||||||
@defer.inlineCallbacks
|
@defer.inlineCallbacks
|
||||||
|
|
Loading…
Reference in a new issue