From b3855c7f9a13b7444f16908847ae8b9c8420b807 Mon Sep 17 00:00:00 2001 From: Xiaodong Xu Date: Wed, 21 Mar 2018 16:13:25 +0800 Subject: [PATCH] Update parserss.py --- parserss.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parserss.py b/parserss.py index d9c9b4d..b6f6ad7 100644 --- a/parserss.py +++ b/parserss.py @@ -159,7 +159,7 @@ """ -with codecs.open('output/pages/comments.html', mode='w', encoding='utf-8') as f: +with codecs.open('/var/www/linuxtoy.org/pages/comments.html', mode='w', encoding='utf-8') as f: f.write(html_header) for item in disqus.entries: dt = datetime.datetime(*item.published_parsed[:7]) + datetime.timedelta(hours=12)