This commit is contained in:
doms9 2025-12-15 21:59:13 -05:00
parent cce6beba98
commit 00000d9898
18 changed files with 33 additions and 33 deletions

View file

@ -11,9 +11,9 @@ urls: dict[str, dict[str, str | float]] = {}
TAG = "LOTUS"
CACHE_FILE = Cache(f"{TAG.lower()}.json", exp=5_400)
CACHE_FILE = Cache(f"{TAG}.json", exp=5_400)
API_CACHE = Cache(f"{TAG.lower()}-api.json", exp=28_800)
API_CACHE = Cache(f"{TAG}-api.json", exp=28_800)
BASE_URL = "https://lotusgamehd.xyz/api-event.php"