From 3c5c7eb142bd95dcde5ad992bbdc5d2ff5f4862a Mon Sep 17 00:00:00 2001 From: Khrysse <73716731+Khrysse@users.noreply.github.com> Date: Sun, 22 Jun 2025 13:14:45 +0200 Subject: [PATCH] Oups.. --- prelaunch/vrchat_auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prelaunch/vrchat_auth.py b/prelaunch/vrchat_auth.py index 32699ec..ec30e4e 100644 --- a/prelaunch/vrchat_auth.py +++ b/prelaunch/vrchat_auth.py @@ -12,7 +12,7 @@ if IS_RENDER: import requests print("⚠️ Running in Render environment, downloading account.json with token in URL...") - url = f"{ACCOUNT_URL_JSON}?token={ACCOUNT_JSON_TOKEN}" + url = f"{ACCOUNT_JSON_URL}?token={ACCOUNT_JSON_TOKEN}" try: response = requests.get(url)