From 613908f73649e90cbba957a593ac0dfd5db42a8a Mon Sep 17 00:00:00 2001 From: edumucelli Date: Mon, 22 Aug 2022 14:46:13 +0200 Subject: [PATCH] Fix requests proxy link --- smartsheet/smartsheet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smartsheet/smartsheet.py b/smartsheet/smartsheet.py index e67be7c5..33eaaa18 100644 --- a/smartsheet/smartsheet.py +++ b/smartsheet/smartsheet.py @@ -130,7 +130,7 @@ def __init__(self, access_token=None, max_connections=8, recommend you use the format "AppName/Version". If set, we append "/SmartsheetPythonSDK/__version__" to the user_agent. proxies (dict): See the `requests module - `_ + `_ for more details. """