add better logging

This commit is contained in:
Denis Lehmann 2020-04-14 12:44:33 +02:00
parent 4d8b232dcf
commit 426e68dce7
2 changed files with 18 additions and 11 deletions

View file

@ -13,5 +13,5 @@ verbose = True
# Feeds in the form (category, name, url) - the category can be empty ('')
feeds = [
('News', 'Tagesschau', 'https://www.tagesschau.de/xml/rss2'),
('News', 'Vice', 'htdtps://www.vice.com/de/rss'),
('News', 'Vice', 'https://www.vice.com/de/rss'),
]