e
This commit is contained in:
parent
853fa98690
commit
00000d9984
3 changed files with 5 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue