This commit is contained in:
doms9 2026-01-24 13:28:55 -05:00
parent a388ca2d02
commit 00000d9eb5

View file

@ -17,7 +17,7 @@ TAG = "WATCHFTY"
CACHE_FILE = Cache(TAG, exp=10_800)
API_FILE = Cache(f"{TAG}-api.json", exp=19_800)
API_FILE = Cache(f"{TAG}-api", exp=19_800)
API_URL = "https://api.watchfooty.st"