We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7a6139 commit a01adefCopy full SHA for a01adef
content/sdk/python.markdown
@@ -10,7 +10,7 @@ weight: 2
10
import vrchatapi
11
from vrchatapi.api import authentication_api
12
from vrchatapi.exceptions import UnauthorizedException
13
-from vrchatapi.model.two_factor_auth_code import TwoFactorAuthCode
+from vrchatapi.models.two_factor_auth_code import TwoFactorAuthCode
14
15
configuration = vrchatapi.Configuration(
16
username = 'username',
0 commit comments