Closed dameyerdave closed 2 years ago
Because the value of an environment variable is treat as string it needs to be converted to int in case of CIVICPY_CACHE_TIMEOUT_DAYS. Otherwise the timedelta function will fail.
Why is this unable to merge? What can I do to get this change into the main branche? Thanks for support.
Because the value of an environment variable is treat as string it needs to be converted to int in case of CIVICPY_CACHE_TIMEOUT_DAYS. Otherwise the timedelta function will fail.