Skip to content

Commit 8efcff0

Browse files
authored
#4 (#5)
Library structure changed
1 parent c106737 commit 8efcff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Below is an example on how to login to the API and fetch your own user informati
3030
import vrchatapi
3131
from vrchatapi.api import authentication_api
3232
from vrchatapi.exceptions import UnauthorizedException
33-
from vrchatapi.model.two_factor_auth_code import TwoFactorAuthCode
33+
from vrchatapi.models.two_factor_auth_code import TwoFactorAuthCode
3434

3535
configuration = vrchatapi.Configuration(
3636
username = 'username',

0 commit comments

Comments
 (0)