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