diff --git a/examples/examples-source/cookies_store.py b/examples/examples-source/cookies_store.py index 45b0e0ed..abe998fb 100644 --- a/examples/examples-source/cookies_store.py +++ b/examples/examples-source/cookies_store.py @@ -27,7 +27,7 @@ except vrchatapi.ApiException as e: print("Exception when calling API: %s\n", e) - cookie_jar = api_client.rest_client.cookie_jar._cookies["vrchat.com"]["/"] + cookie_jar = api_client.rest_client.cookie_jar._cookies["api.vrchat.cloud"]["/"] print("Logged in as:", current_user.display_name) print("auth: " + cookie_jar["auth"].value) print("twoFactorAuth: " + cookie_jar["twoFactorAuth"].value)