From acf3dbd717b31d6e774e16d0a1e765644b1e00e6 Mon Sep 17 00:00:00 2001 From: Khrysse <73716731+Khrysse@users.noreply.github.com> Date: Sun, 22 Jun 2025 12:59:47 +0200 Subject: [PATCH] A --- app/prelaunch/vrchat_auth.py | 1 - requirements.txt | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/prelaunch/vrchat_auth.py b/app/prelaunch/vrchat_auth.py index 58ef26d..0368630 100644 --- a/app/prelaunch/vrchat_auth.py +++ b/app/prelaunch/vrchat_auth.py @@ -25,7 +25,6 @@ if IS_RENDER: f.write(response.content) print("✅ account.json downloaded successfully.") - sys.exit(0) def save_token(data): data["created_at"] = datetime.now(timezone.utc).isoformat() diff --git a/requirements.txt b/requirements.txt index c3c1028..996852b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,5 @@ fastapi uvicorn[standard] httpx orjson -python-dotenv \ No newline at end of file +python-dotenv +requests \ No newline at end of file