This website works better with JavaScript.
Home
Explore
Help
Sign In
redplanet
/
feedcake
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
don't prettify articles
master
Andreas Demmelbauer
5 years ago
parent
a4b9e7db7c
commit
4f65eb94e2
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
feedcake.py
+ 1
- 1
feedcake.py
View File
@@ -180,7 +180,7 @@ def process_feed(feed_url, output_filename):
f = open(entry_path + '/index.html', 'w')
f.write(str(content_soup
.prettify()
))
f.write(str(content_soup))
f.close()
sleep(1.3)
Write
Preview
Loading…
Cancel
Save