From 11ff4110935ae4fbb44cb0890a1f4b3c1011b0ef Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 17 Apr 2026 22:13:38 +1000 Subject: [PATCH] =?UTF-8?q?=D0=B7=D0=B0=D0=B1=D1=8B=D0=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/main.py b/main.py index 5baa053..a72e142 100644 --- a/main.py +++ b/main.py @@ -214,8 +214,6 @@ def gpt_response_message(content: str, name_promt: str): url = GPT_SERVER_URL params = {'text': contentGPT} - gpt_proxies_list = download_proxies(GPT_PROXIES_URL) - gpt_proxies_list = get_shuffled_proxies(gpt_proxies_list) max_retries = 5 retries = 0