mirror of
https://github.com/vale981/ablog
synced 2025-03-05 09:11:38 -05:00
Trying to see why RTFD builds fail.
This commit is contained in:
parent
6a4d9bde07
commit
e34af7d1e5
1 changed files with 1 additions and 1 deletions
|
@ -647,7 +647,7 @@ def generate_atom_feeds(app):
|
|||
updated=post.update, published=post.date)
|
||||
|
||||
with open(feed_path, 'w') as out:
|
||||
feed_str = feed.to_string()
|
||||
feed_str = text_type(feed.to_string())
|
||||
try:
|
||||
out.write(feed_str.encode('utf-8'))
|
||||
except TypeError:
|
||||
|
|
Loading…
Add table
Reference in a new issue