From 53d51156e9669383335438e2c5497b3ff169d327 Mon Sep 17 00:00:00 2001 From: werwolf2303 Date: Wed, 11 Jun 2025 11:42:07 +0200 Subject: [PATCH] Change method description --- librespot/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/librespot/core.py b/librespot/core.py index cec489e..41a546a 100644 --- a/librespot/core.py +++ b/librespot/core.py @@ -1601,7 +1601,7 @@ class Session(Closeable, MessageListener, SubListener): Login via OAuth You can supply an oauth_url_callback method that takes a string and returns the OAuth URL. - 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. """ if os.path.isfile(self.conf.stored_credentials_file): return self.stored_file(None)