Implemented rss_feeds in settings.sample
This commit is contained in:
parent
36e33b1340
commit
a19324d2bf
1 changed files with 4 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue