diff options
Diffstat (limited to 'database.py')
| -rw-r--r-- | database.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/database.py b/database.py index 89f769f..55bfa12 100644 --- a/database.py +++ b/database.py @@ -64,7 +64,7 @@ class Upload(Base): return { "id" : self.id, "title" : self.title, - "author" : self.author.json() if self.author else {"name" : "N/A"}, + "author" : self.author.json() if self.author else {"name" : ""}, "description" : self.description, "slug" : self.slug, "tags" : self.tags, |
