fixed method without docstring

This commit is contained in:
mattkatz 2023-10-01 06:05:54 -04:00
parent c142e383c9
commit f665aea665

View file

@ -228,6 +228,7 @@ class RssShelfFeed(Feed):
return item.published_date
def description(self, obj):
"""description of the shelf including the shelf name and user."""
# if there's a description, lets add it. Not everyone puts a description in.
desc = ""
if obj.description: