Sfoglia il codice sorgente

no prettify

master
Andreas Demmelbauer 5 anni fa
parent
commit
0730d0e749
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      feedcake.py

+ 1
- 1
feedcake.py Vedi 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()




Caricamento…
Annulla
Salva