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
no prettify
master
Andreas Demmelbauer
5 years ago
parent
58dceb1eaa
commit
0730d0e749
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
@@ -204,7 +204,7 @@ def process_feed(feed_url, output_filename):
os.makedirs(feeds_path, exist_ok=True)
f = open(feeds_path + '/' + output_filename, 'w')
f.write(str(feed_soup
.prettify()
))
f.write(str(feed_soup))
f.close()
Write
Preview
Loading…
Cancel
Save