|
@@ -180,7 +180,7 @@ def process_feed(feed_url, output_filename): |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
f = open(entry_path + '/index.html', 'w') |
|
|
f = open(entry_path + '/index.html', 'w') |
|
|
f.write(str(content_soup.prettify())) |
|
|
|
|
|
|
|
|
f.write(str(content_soup)) |
|
|
f.close() |
|
|
f.close() |
|
|
|
|
|
|
|
|
sleep(1.3) |
|
|
sleep(1.3) |
|
|