We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22e6419 commit 53d5115Copy full SHA for 53d5115
1 file changed
librespot/core.py
@@ -1601,7 +1601,7 @@ def oauth(self, oauth_url_callback) -> Session.Builder:
1601
Login via OAuth
1602
1603
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.
+ When oauth_url_callback is None, this will only log the auth url to the console.
1605
"""
1606
if os.path.isfile(self.conf.stored_credentials_file):
1607
return self.stored_file(None)
0 commit comments