Skip to content
Snippets Groups Projects
Commit e10936db authored by Alex Constantin-Gómez's avatar Alex Constantin-Gómez
Browse files

Update entity.py

parent d8c7fa90
No related branches found
No related tags found
No related merge requests found
......@@ -7,4 +7,4 @@ class Entity(db.Model):
age = db.Column(db.Integer, unique=False, nullable=False)
def __repr__(self):
return f'Entity({self.id}, {self.username}, {self.email})'
\ No newline at end of file
return f'Entity({self.id}, {self.name}, {self.age})'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment