diff --git a/Calendar/settings.py.sample b/Calendar/settings.py.sample index e5f8f46..5b87908 100644 --- a/Calendar/settings.py.sample +++ b/Calendar/settings.py.sample @@ -4,6 +4,10 @@ ical_urls = [ "https://calendar.google.com/calendar/ical/en.usa%23holiday%40group.v.calendar.google.com/public/basic.ics" ] +rss_feeds = [ + "http://feeds.bbci.co.uk/news/world/rss.xml#" +] + api_key = "" location = "Julich, DE" week_starts_on = "Monday"