This commit is contained in:
doms9 2025-08-19 12:15:56 -04:00
parent 853fa98690
commit 00000d9984
3 changed files with 5 additions and 6 deletions

View file

@ -24,7 +24,7 @@ client = httpx.Client(
def fetch_tvg_ids() -> dict[str, str]:
try:
r = client.get("https://spoo.me/mvrlVh")
r = client.get("https://s.id/4dqiO")
r.raise_for_status()
except Exception as e:
raise SystemExit(f"Failed to fetch TVG IDs\n{e}") from e