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