forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2022-01-02 19:54:13 -06:00
parent ae928268a8
commit 1ea0a03e8f
1 changed files with 1 additions and 0 deletions

View File

@ -450,6 +450,7 @@ class User(Base):
def json_popover(self, v):
data = {'username': self.username,
'url': self.url,
'id': self.id,
'profile_url': self.profile_url,
'bannerurl': self.banner_url,
'bio_html': self.bio_html_eager,