Cache in output

This commit is contained in:
Jon Michael Aanes 2024-07-17 16:59:18 +02:00
parent 701a070c87
commit a2242879f7

View File

@ -7,7 +7,7 @@ import logging
logger = logging.getLogger(__name__)
SESSION = requests_cache.CachedSession('calendar')
SESSION = requests_cache.CachedSession('output/calendar')
@functools.cache
def get_events_for_month(ical_link: str, today: datetime.date):