forked from MarseyWorld/MarseyWorld
fix repr for Notification
parent
b4e4e6e5e3
commit
dc9a2f6782
|
@ -22,4 +22,4 @@ class Notification(Base):
|
|||
super().__init__(*args, **kwargs)
|
||||
|
||||
def __repr__(self):
|
||||
return f"<{self.__class__.__name__}(id={self.id})>"
|
||||
return f"<{self.__class__.__name__}(user_id={self.user_id}, comment_id={self.comment_id})>"
|
||||
|
|
Loading…
Reference in New Issue