diff --git a/content/sdk/python.markdown b/content/sdk/python.markdown index a1f50d6..fb79c0d 100644 --- a/content/sdk/python.markdown +++ b/content/sdk/python.markdown @@ -10,7 +10,7 @@ weight: 2 import vrchatapi from vrchatapi.api import authentication_api from vrchatapi.exceptions import UnauthorizedException -from vrchatapi.model.two_factor_auth_code import TwoFactorAuthCode +from vrchatapi.models.two_factor_auth_code import TwoFactorAuthCode configuration = vrchatapi.Configuration( username = 'username',