From 89134c7304aff831f6f04364450282ff8dd77a5a Mon Sep 17 00:00:00 2001 From: EscHelpNew Date: Tue, 21 Mar 2023 14:54:33 +0300 Subject: [PATCH] deleted setSettings = SetSystemProxy --- whatsapp_api_client_python/tools/account.py | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/whatsapp_api_client_python/tools/account.py b/whatsapp_api_client_python/tools/account.py index a987412..c12b24e 100644 --- a/whatsapp_api_client_python/tools/account.py +++ b/whatsapp_api_client_python/tools/account.py @@ -74,13 +74,4 @@ def setSettings(self, requestBody) -> Response: return self.greenApi.request('POST', '{{host}}/waInstance{{idInstance}}' '/SetSettings/{{apiTokenInstance}}', - requestBody) - - def setSettings(self) -> Response: - 'The method is aimed for setting a system proxy. '\ - 'Use the method when you need to reset custom proxy '\ - 'settings to system ones.' - - return self.greenApi.request('GET', - '{{host}}/waInstance{{idInstance}}' - '/SetSystemProxy/{{apiTokenInstance}}') \ No newline at end of file + requestBody) \ No newline at end of file