- update streambtw refresh frequency
This commit is contained in:
doms9 2025-12-08 21:28:45 -05:00
parent 8e5a0e3006
commit 00000d9dd3

View file

@ -12,7 +12,7 @@ log = get_logger(__name__)
urls: dict[str, dict[str, str | float]] = {}
CACHE_FILE = Cache("streambtw.json", exp=19_800)
CACHE_FILE = Cache("streambtw.json", exp=5_400)
BASE_URL = "https://streambtw.com"