Ver Fonte

删除用户中英文提示

peng há 2 anos atrás
pai
commit
1557893fce
1 ficheiros alterados com 0 adições e 1 exclusões
  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