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

Brightcells лет %!s(int64=7): %!d(string=назад)
Родитель
Сommit
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