Przeglądaj źródła

don't prettify articles

master
Andreas Demmelbauer 5 lat temu
rodzic
commit
4f65eb94e2
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      feedcake.py

+ 1
- 1
feedcake.py Wyświetl plik

@@ -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)


Ładowanie…
Anuluj
Zapisz