This commit is contained in:
Aevann1 2021-07-26 18:55:13 +02:00
parent fa99a6fd8c
commit e20f2726db

View file

@ -531,9 +531,6 @@ class User(Base, Stndrd, Age_times):
'flair': self.customtitle
}
if self.real_id:
data['real_id'] = self.real_id
return data
@property