From c572180d5b6c41b7a4d8c64c4f0bedc94d76f4b9 Mon Sep 17 00:00:00 2001 From: Maximilian Giller Date: Mon, 25 Feb 2019 21:55:30 +0100 Subject: [PATCH] Added calibration_hours to settings-sample --- Calendar/settings.py.sample | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Calendar/settings.py.sample b/Calendar/settings.py.sample index 8d043cb..e5f8f46 100644 --- a/Calendar/settings.py.sample +++ b/Calendar/settings.py.sample @@ -1,7 +1,7 @@ """ To quickly get started, fill in the following details:""" ical_urls = [ -"https://calendar.google.com/calendar/ical/en.usa%23holiday%40group.v.calendar.google.com/public/basic.ics" + "https://calendar.google.com/calendar/ical/en.usa%23holiday%40group.v.calendar.google.com/public/basic.ics" ] api_key = "" @@ -16,4 +16,5 @@ hours = "24" """DEBUG""" render_to_display = True -render_to_file = False \ No newline at end of file +render_to_file = False # Will be called "design_exported.png" in Calendar-directory +calibrate_hours = [0, 12, 18] \ No newline at end of file