From 553d5e915c1baa1d6c057fc1cd0aedd30f39881e Mon Sep 17 00:00:00 2001 From: Ace Date: Mon, 13 May 2019 13:26:12 +0200 Subject: [PATCH] Delete settings.py --- Calendar/settings.py | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 Calendar/settings.py diff --git a/Calendar/settings.py b/Calendar/settings.py deleted file mode 100644 index e343820..0000000 --- a/Calendar/settings.py +++ /dev/null @@ -1,15 +0,0 @@ -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#"] -update_interval = "60" -api_key = "" -location = "Stuttgart, DE" -week_starts_on = "Monday" -events_max_range = "60" -calibration_hours = [0,12,18] -display_colours = "bwr" -language = "en" -units = "metric" -hours = "24" -top_section = "Weather" -middle_section = "Agenda" -bottom_section = "RSS"