Skip to content

Commit

Permalink
Update parserss.py
Browse files Browse the repository at this point in the history
  • Loading branch information
xuxiaodong committed Mar 21, 2018
1 parent 8a521df commit b3855c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parserss.py
Expand Up @@ -159,7 +159,7 @@
</html>
"""

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)
Expand Down

0 comments on commit b3855c7

Please sign in to comment.