def post_staged_segment(**kwargs):
"""
this function gets called after a segment has been staged for posting
"""
logger.info(
'DEBUG HOOK post_staged_segment()\n{kwargs}'.format(
kwargs=pformat(kwargs, indent=4, depth=2),
)
)
评论列表
文章目录