Skip to content

Commit 53d5115

Browse files
author
werwolf2303
committed
Change method description
1 parent 22e6419 commit 53d5115

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

librespot/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1601,7 +1601,7 @@ def oauth(self, oauth_url_callback) -> Session.Builder:
16011601
Login via OAuth
16021602
16031603
You can supply an oauth_url_callback method that takes a string and returns the OAuth URL.
1604-
When oauth_url_callback is None, this will block until logged in.
1604+
When oauth_url_callback is None, this will only log the auth url to the console.
16051605
"""
16061606
if os.path.isfile(self.conf.stored_credentials_file):
16071607
return self.stored_file(None)

0 commit comments

Comments
 (0)