Inkycal/developers/setting-generator/setting.py
Toby Chui 8daa01419e
Setting generator init commit
Beta stage, but it should be bug free. Tested to work in Firefox and Chrome
2019-03-03 16:15:52 +08:00

11 lines
280 B
Python

ical_urls = [
"https://calendar.google.com/calendar/ical/en.usa%23holiday%40group.v.calendar.google.com/public/basic.ics"
]
events_max_range = "60"
api_key = ""
location = "Julich, DE"
week_starts_on = "Monday"
display_colours = "bwr"
language = "en"
units = "metric"
hours = "12"