chore: Pretty print articles in modify_feed
This commit is contained in:
@@ -7,6 +7,9 @@ log = logging.getLogger(__name__)
|
||||
|
||||
def modify_feed(context, feed):
|
||||
pprint.pprint(context)
|
||||
if 'articles' in context:
|
||||
for article in context['articles']:
|
||||
pprint.pprint(article)
|
||||
pass
|
||||
|
||||
def register():
|
||||
|
Reference in New Issue
Block a user