From 499e8256adb97496ad6c2fc7070326446c1e9870 Mon Sep 17 00:00:00 2001 From: Lucas Fryzek Date: Wed, 6 Dec 2023 13:25:22 -0500 Subject: Update pandoc scripts Check if global `PANDOC_DOCUMENT` is avaliable, and if its not we will gather data using new pandoc `Writer` method. --- tools/rss_gen.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tools/rss_gen.py') diff --git a/tools/rss_gen.py b/tools/rss_gen.py index 2d0dbee..f2b55c7 100755 --- a/tools/rss_gen.py +++ b/tools/rss_gen.py @@ -56,7 +56,6 @@ for note in notes: if cat in categories: found = True break - if not found: continue post_time = datetime.datetime.strptime(note["date"], "%Y-%m-%d") post_rfc_time = email.utils.formatdate(timeval=time.mktime(post_time.timetuple())) -- cgit v1.2.3