fd
This commit is contained in:
parent
1b1473d83d
commit
2d822e8315
1 changed files with 0 additions and 1 deletions
|
@ -449,7 +449,6 @@ class User(Base, Stndrd, Age_times):
|
|||
return g.db.query(Follow).filter_by(target_id=self.id, user_id=user.id).first()
|
||||
|
||||
@property
|
||||
@lazy
|
||||
def banner_url(self):
|
||||
if self.bannerurl: return self.bannerurl
|
||||
else: return f"https://{site}/assets/images/{site_name}/preview.gif"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue