mirror of
https://github.com/Benexl/FastAnime.git
synced 2026-02-04 19:11:55 -08:00
feat: use a more meaningful name for the request caching files
This commit is contained in:
@@ -18,8 +18,8 @@ class AnimeProvider:
|
||||
from ..common.requests_cacher import CachedRequestsSession
|
||||
|
||||
self.session = CachedRequestsSession(
|
||||
os.path.join(APP_CACHE_DIR, "cached_requests.db"),
|
||||
os.path.join(APP_CACHE_DIR, "cached_requests.lock"),
|
||||
os.path.join(APP_CACHE_DIR, "anime_provider_cached_requests.db"),
|
||||
os.path.join(APP_CACHE_DIR, "anime_provider_cached_requests.lock"),
|
||||
)
|
||||
else:
|
||||
self.session = requests.session()
|
||||
|
||||
Reference in New Issue
Block a user