vxc
This commit is contained in:
parent
12e600028c
commit
9719a0b9ee
6 changed files with 12 additions and 21 deletions
|
@ -315,7 +315,7 @@ class User(Base):
|
|||
return f"/@{self.username}"
|
||||
|
||||
def __repr__(self):
|
||||
return f"<User(username={self.username})>"
|
||||
return f"<User(id={self.id})>"
|
||||
|
||||
@property
|
||||
@lazy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue