This commit is contained in:
doms9 2026-02-20 19:07:08 -05:00
parent 23d380d3fd
commit 00000d98d9
3 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,7 @@ TAG = "STRMCNTR"
CACHE_FILE = Cache(TAG, exp=10_800)
API_FILE = Cache(f"{TAG}-api", exp=28_800)
API_FILE = Cache(f"{TAG}-api", exp=19_800)
BASE_URL = "https://backend.streamcenter.live/api/Parties"