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