diff --git a/tstickers/caching.py b/tstickers/caching.py index 078b7d8..46a1378 100644 --- a/tstickers/caching.py +++ b/tstickers/caching.py @@ -11,8 +11,8 @@ # requests_cache cachedSession = CachedSession( - ".cache/tstickers.requests.sqlite", - backend="sqlite", + ".cache/tstickers.requests", + backend="filesystem", expire_after=60 * 60 * 12, allowable_codes=(200,), allowable_methods=("GET", "POST"),