fds
This commit is contained in:
parent
20cf78883d
commit
75060a0a6e
4 changed files with 9 additions and 14 deletions
|
@ -324,11 +324,6 @@ class User(Base):
|
|||
def url(self):
|
||||
return f"/@{self.username}"
|
||||
|
||||
@property
|
||||
@lazy
|
||||
def url2(self):
|
||||
return f"/id/{self.id}"
|
||||
|
||||
def __repr__(self):
|
||||
return f"<User(username={self.username})>"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue