diff --git a/backend/fastrtc/credentials.py b/backend/fastrtc/credentials.py index ea5e83a..884753e 100644 --- a/backend/fastrtc/credentials.py +++ b/backend/fastrtc/credentials.py @@ -8,7 +8,7 @@ def get_hf_turn_credentials(token=None): if token is None: token = os.getenv("HF_TOKEN") credentials = requests.get( - "https://freddyaboulton-turn-server-login.hf.space/credentials", + "https://fastrtc-turn-server-login.hf.space/credentials", headers={"X-HF-Access-Token": token}, ) if not credentials.status_code == 200: diff --git a/pyproject.toml b/pyproject.toml index 54d91d8..f119540 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "hatchling.build" [project] name = "fastrtc" -version = "0.0.5" +version = "0.0.5.post1" description = "The realtime communication library for Python" readme = "README.md" license = "apache-2.0"