chore: Pretty print context in modify_feed

This commit is contained in:
Tanner Collin (aider) 2025-06-03 10:48:55 -06:00
parent 60ffbf9b5d
commit a13bdc1e08

View File

@ -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():