diff --git a/refimg.py b/refimg.py index ce85902..b2a019c 100644 --- a/refimg.py +++ b/refimg.py @@ -15,7 +15,7 @@ class Refimg(db.Model): fname = db.Column(db.String(256), unique=True, nullable=False) def __repr__(self): - return "".format(self.id, self.fname ) + return "".format(self.id, self.fname ) ################################################################################ # Helper class that inherits a .dump() method to turn class Refimg into json / useful in jinja2