Fix Bug: AttributeError: 'UserInfo' object has no attribute 'lensman_type'

Brightcells 7 年之前
父節點
當前提交
60293b827f
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      account/models.py

+ 0 - 1
account/models.py

@@ -363,7 +363,6 @@ class UserInfo(CreateUpdateMixin, LensmanTypeBoolMixin):
363 363
             'username': self.username,
364 364
             'nickname': self.nickname,
365 365
             'avatar': self.avatar,
366
-            'lensman_type': self.lensman_type,
367 366
         }
368 367
 
369 368