Change method description

This commit is contained in:
werwolf2303
2025-06-11 11:42:07 +02:00
parent 22e6419bc9
commit 53d51156e9

View File

@@ -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)