dfssfd
This commit is contained in:
parent
68307df8c7
commit
309c01508b
5 changed files with 22 additions and 20 deletions
|
@ -434,6 +434,7 @@ class User(Base):
|
|||
'coins': self.coins,
|
||||
'post_count': self.post_count,
|
||||
'comment_count': self.comment_count,
|
||||
'badges': [x.path for x in self.badges],
|
||||
}
|
||||
|
||||
return data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue