mirror of
https://github.com/vale981/ablog
synced 2025-03-05 09:11:38 -05:00
Still RTFD.
This commit is contained in:
parent
f67270e63f
commit
0f38a1520d
1 changed files with 1 additions and 0 deletions
|
@ -647,6 +647,7 @@ def generate_atom_feeds(app):
|
|||
updated=post.update, published=post.date)
|
||||
|
||||
with open(feed_path, 'w') as out:
|
||||
sys.stderr.write(repr(out) + '\n')
|
||||
sys.stderr.write(feed_path + '\n')
|
||||
feed_str = text_type(feed.to_string())
|
||||
sys.stderr.write(feed_str + '\n')
|
||||
|
|
Loading…
Add table
Reference in a new issue