Cache in output
This commit is contained in:
parent
701a070c87
commit
a2242879f7
|
@ -7,7 +7,7 @@ import logging
|
||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
SESSION = requests_cache.CachedSession('calendar')
|
SESSION = requests_cache.CachedSession('output/calendar')
|
||||||
|
|
||||||
@functools.cache
|
@functools.cache
|
||||||
def get_events_for_month(ical_link: str, today: datetime.date):
|
def get_events_for_month(ical_link: str, today: datetime.date):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user