chore: Pretty print context in modify_feed
This commit is contained in:
parent
60ffbf9b5d
commit
a13bdc1e08
|
@ -1,10 +1,12 @@
|
|||
import logging
|
||||
import pprint
|
||||
|
||||
from pelican import signals
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
def modify_feed(context, feed):
|
||||
pprint.pprint(context)
|
||||
pass
|
||||
|
||||
def register():
|
||||
|
|
Loading…
Reference in New Issue
Block a user