This commit is contained in:
doms9 2025-12-19 17:58:37 -05:00
parent 3780698908
commit 00000d9924
9 changed files with 15 additions and 20 deletions

View file

@ -6,7 +6,7 @@ log = get_logger(__name__)
urls: dict[str, dict[str, str | float]] = {}
TAG = "TVP"
TAG = "TVPASS"
CACHE_FILE = Cache(f"{TAG.lower()}.json", exp=86_400)