Browse Source

删除用户中英文提示

peng 2 năm trước cách đây
mục cha
commit
81def9e227
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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