Update stable.py
This commit is contained in:
parent
cbd7b28827
commit
7e8b7f5588
@ -18,12 +18,9 @@ Copyright by Ace-Laboratory
|
||||
# week_starts_on refers to the day on which the week starts on in your country.
|
||||
# Choose between Monday and Sunday.
|
||||
|
||||
""" To quickly get started, fill in the following details:"""
|
||||
""" To quickly get started, go to the settings.py file and fill in the necessary fields there"""
|
||||
|
||||
url = "https://calendar.google.com/calendar/ical/en.usa%23holiday%40group.v.calendar.google.com/public/basic.ics"
|
||||
api_key = ""
|
||||
location = "California, US"
|
||||
week_starts_on = "Monday"
|
||||
from settings import *
|
||||
|
||||
"""That's all. The software will do the rest. You don't need to modify anything below this."""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user