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

Brightcells 7 lat temu
rodzic
commit
60293b827f
1 zmienionych plików z 0 dodań i 1 usunięć
  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