Indent fail
This commit is contained in:
parent
7e8726b8fb
commit
52281e4c54
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue