fixed rss path
This commit is contained in:
parent
b961db0767
commit
2c66a9b678
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ def history_to_rss(history):
|
||||||
return minidom.parseString(ET.tostring(root)).toprettyxml()
|
return minidom.parseString(ET.tostring(root)).toprettyxml()
|
||||||
|
|
||||||
# Print the RSS XML string from assets/post_history.json
|
# Print the RSS XML string from assets/post_history.json
|
||||||
post_history = open("assets/post_history.json", "r").read()
|
post_history = open("assets/meta/post_history.json", "r").read()
|
||||||
|
|
||||||
rss_xml = history_to_rss(post_history)
|
rss_xml = history_to_rss(post_history)
|
||||||
print(rss_xml)
|
print(rss_xml)
|
||||||
|
|
Loading…
Add table
Reference in a new issue