czx
This commit is contained in:
parent
8c1ac90b10
commit
0677106b21
10 changed files with 24 additions and 31 deletions
|
@ -313,7 +313,7 @@ class User(Base):
|
|||
@property
|
||||
@lazy
|
||||
def url(self):
|
||||
return f"/@{self.username}"
|
||||
return f"{SITE_FULL}/@{self.username}"
|
||||
|
||||
def __repr__(self):
|
||||
return f"<User(id={self.id})>"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue