This commit is contained in:
Aevann1 2022-01-21 13:55:53 +02:00
parent 12e600028c
commit 9719a0b9ee
6 changed files with 12 additions and 21 deletions

View file

@ -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