- misc edits.
This commit is contained in:
doms9 2026-05-02 15:39:02 -04:00
parent c8ed911944
commit 00000d9c84
5 changed files with 10 additions and 5 deletions

View file

@ -14,7 +14,7 @@ urls: dict[str, dict[str, str | float]] = {}
TAG = "STRMSGATE"
CACHE_FILE = Cache(TAG, exp=28_800)
CACHE_FILE = Cache(TAG, exp=19_800)
BASE_URL = "https://streamsgates.io"