Skip to content

Commit a01adef

Browse files
authored
Library structure changed
1 parent b7a6139 commit a01adef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/sdk/python.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ weight: 2
1010
import vrchatapi
1111
from vrchatapi.api import authentication_api
1212
from vrchatapi.exceptions import UnauthorizedException
13-
from vrchatapi.model.two_factor_auth_code import TwoFactorAuthCode
13+
from vrchatapi.models.two_factor_auth_code import TwoFactorAuthCode
1414

1515
configuration = vrchatapi.Configuration(
1616
username = 'username',

0 commit comments

Comments
 (0)