From 3cf27e9366b284fd9983621c13e2f25a9c9041ba Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Sun, 6 Jun 2021 17:21:08 +1000 Subject: [PATCH] path now shows type in object --- path.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/path.py b/path.py index 45fa71c..4c93e7c 100644 --- a/path.py +++ b/path.py @@ -26,5 +26,5 @@ class Path(db.Model): num_files = db.Column(db.Integer) def __repr__(self): - return f"" + return f""