misc edits
This commit is contained in:
doms9 2026-02-15 10:46:55 -05:00
parent 621008df1e
commit 00000d9a45
4 changed files with 10 additions and 9 deletions

View file

@ -15,7 +15,7 @@ CACHE_FILE = Cache(TAG, exp=3_600)
API_FILE = Cache(f"{TAG}-api", exp=19_800)
BASE_URL = "https://hiteasport.info"
BASE_URL = "https://streambtw.com"
def fix_league(s: str) -> str: