bump the cache file

looks like it's not compatible anymore
This commit is contained in:
Christoph Reiter 2024-03-03 06:59:02 +01:00 committed by GitHub
parent 281ad3e16e
commit 719254cb89
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -47,7 +47,7 @@ def install_requests_cache() -> Generator:
always_revalidate=True,
cache_control=False,
expire_after=requests_cache.EXPIRE_IMMEDIATELY,
backend=SQLiteCache(os.path.join(cache_dir, 'http_cache.sqlite')))
backend=SQLiteCache(os.path.join(cache_dir, 'http_cache_2.sqlite')))
# Call this once, so it gets cached from the main thread and can be used in a thread pool
get_requests_session(nocache=True)