Skip to content

Commit

Permalink
doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
sigma67 committed Dec 19, 2024
1 parent 7184ff5 commit 130acfc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ytmusicapi/ytmusic.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def __init__(
:param auth: Optional. Provide a string, path to file, or oauth token dict.
Authentication credentials are needed to manage your library.
Must set the arg ``oauth_credentials`` as well when using OAuth.
See :py:func:`setup` for how to fill in the correct credentials.
Default: A default header is used without authentication.
:param user: Optional. Specify a user ID string to use in requests.
Expand Down Expand Up @@ -87,7 +88,7 @@ def __init__(
No location will be set by default. This means it is determined by the server.
Available languages can be checked in the FAQ.
:param oauth_credentials: Optional. Used to specify a different oauth client to be
used for authentication flow.
used for authentication flow. Must be passed when using OAuth.
"""

self._base_headers: Optional[CaseInsensitiveDict] = (
Expand Down

0 comments on commit 130acfc

Please sign in to comment.