This commit is contained in:
doms9 2026-02-08 14:57:54 -05:00
parent 00000d9f85
commit 00000d987c

View file

@ -13,7 +13,7 @@ TAG = "STRMBTW"
CACHE_FILE = Cache(TAG, exp=3_600)
API_FILE = Cache(f"{TAG}-api", exp=19_800)
API_FILE = Cache(f"{TAG}-api", exp=28_800)
BASE_URL = "https://hiteasport.info"