From f43fd568d6c6223b211e6bbce843ba60fa9c44b7 Mon Sep 17 00:00:00 2001 From: Stephane Bruckert Date: Wed, 11 Mar 2020 23:40:39 +0000 Subject: [PATCH] Link to proxies doc, solves #449 --- spotipy/client.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spotipy/client.py b/spotipy/client.py index 782bc26..e4127a8 100644 --- a/spotipy/client.py +++ b/spotipy/client.py @@ -81,7 +81,8 @@ class Spotify(object): :param auth_manager: SpotifyOauth object or SpotifyClientCredentials object :param proxies: - Definition of proxies (optional) + Definition of proxies (optional). + See Requests doc https://2.python-requests.org/en/master/user/advanced/#proxies :param requests_timeout: Tell Requests to stop waiting for a response after a given number of seconds