chore: Print article object dict for inspection
This commit is contained in:
parent
d653bc948d
commit
ab776d8662
|
@ -9,7 +9,7 @@ def modify_feed(context, feed):
|
||||||
pprint.pprint(context)
|
pprint.pprint(context)
|
||||||
if 'articles' in context:
|
if 'articles' in context:
|
||||||
for article in context['articles']:
|
for article in context['articles']:
|
||||||
pprint.pprint(article)
|
pprint.pprint(article.__dict__)
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def register():
|
def register():
|
||||||
|
|
Loading…
Reference in New Issue
Block a user