e
This commit is contained in:
parent
a7c63f8b57
commit
00000d928b
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ log = get_logger(__name__)
|
|||
|
||||
urls: dict[str, dict[str, str | float]] = {}
|
||||
|
||||
API_FILE = Cache(Path(__file__).parent / "caches" / "strmfree_api.json", exp=86_400)
|
||||
API_FILE = Cache(Path(__file__).parent / "caches" / "strmfree_api.json", exp=28_800)
|
||||
|
||||
CACHE_FILE = Cache(Path(__file__).parent / "caches" / "strmfree.json", exp=10_800)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue