pull/225/head
Aevann 2024-03-09 16:39:08 +02:00
parent 07dd944cdd
commit 5f90325d11
1 changed files with 1 additions and 1 deletions

View File

@ -22,4 +22,4 @@ class IPLog(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}, ip={self.ip})>"