diff --git a/settings.py b/settings.py index 9c42077..7efcba2 100644 --- a/settings.py +++ b/settings.py @@ -15,7 +15,7 @@ class Settings(db.Model): storage_path = db.Column(db.String) def __repr__(self): - return f"" + return f"" ################################################################################ # Helper class that inherits a .dump() method to turn class Settings into json / useful in jinja2