summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/feed1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/feed b/bin/feed
index 28ff396..e2862fe 100644
--- a/bin/feed
+++ b/bin/feed
@@ -124,7 +124,6 @@ def time(c):
def markdown(c):
try:
r = mistune.markdown(c, False, parse_block_html=True, parse_inline_html=True)
-
except Exception as e:
err("Markdown parsing failed for {}".format(e))