Browse Source

删除用户中英文提示

peng 2 years ago
parent
commit
1557893fce
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Controller/UserController.py

+ 0 - 1
Controller/UserController.py

@@ -4267,7 +4267,6 @@ def deleteAccount(request):
         if token is None:
             return response.json(309)
         tko = TokenObject(token)
-        response.lang = tko.lang
         if tko.code != 0:
             return response.json(tko.code)
         userID = tko.userID