Merge pull request #114 from forslund/fix-small-typo

Fix minor typo
This commit is contained in:
碧舞 すみほ 2022-02-16 06:35:31 +09:00 committed by GitHub
commit 8994dce83e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ session = Session.Builder() \
.user_pass("Username", "Password") \
.create()
aceess_token = session.tokens().get("playlist-read")
access_token = session.tokens().get("playlist-read")
```
### Get Music Stream