This commit is contained in:
doms9 2025-12-11 16:56:50 -05:00
parent 985bb418ee
commit 00000d9d27

View file

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