summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2020-09-14 17:00:13 -0400
committerrsiddharth <s@ricketyspace.net>2020-09-14 17:00:13 -0400
commit2a0c80471d281d1098eced3641fd1701f6eff5ff (patch)
tree0524dfa8948bdf7a0871c7e2165a580cbdf3359f /bin
parent33a9ac554710e056c8c0b0b12c4f6cf010e1aaf3 (diff)
bin/html: fix feed
Change `p` call to `err`
Diffstat (limited to 'bin')
-rw-r--r--bin/feed2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/feed b/bin/feed
index bcbce35..fee3152 100644
--- a/bin/feed
+++ b/bin/feed
@@ -126,7 +126,7 @@ def markdown(c):
r = mistune.markdown(c, False, parse_block_html=True, parse_inline_html=True)
except Exception as e:
- p('Markdown failed for {}'.format(c))
+ err('Markdown parsing failed for {}'.format(e))
return r