all repos — site @ 65ea2b205e5d9b9adb649b31d0568ff626dc207a

source for my site, found at icyphox.sh

bin/rss.py: Comment out broken line

Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>
Anirudh Oppiliappan x@icyphox.sh
Tue, 24 Sep 2019 12:19:19 +0530
commit

65ea2b205e5d9b9adb649b31d0568ff626dc207a

parent

d6864c9b473a063db67907a5a7bff6dbb5e9b844

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M bin/rss.pybin/rss.py

@@ -11,7 +11,7 @@ import arrow

import operator import warnings -warnings.simplefilter("ignore", arrow.factory.ArrowParseWarning) +#warnings.simplefilter("ignore", arrow.factory.ArrowParseWarning) items_raw = [] from lxml import etree as ET