From 3e63fd46acff5ef5630e45e94b0b199096512bb6 Mon Sep 17 00:00:00 2001 From: Lei PAN Date: Thu, 11 Jan 2024 17:03:24 +0100 Subject: [PATCH] remove unstable proxy --- workers/proxies_constants.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/workers/proxies_constants.py b/workers/proxies_constants.py index 2b9cb0d..5fef588 100644 --- a/workers/proxies_constants.py +++ b/workers/proxies_constants.py @@ -4,8 +4,8 @@ FR_PROXY_MOBILE = { } FR_PROXY_RES = { - 'http': 'http://e99aff2d-409239:19elyiw1ge@93.190.141.102:31637', - 'https': 'http://e99aff2d-409239:19elyiw1ge@93.190.141.102:31637' + 'http': 'http://7090876-res-country-FR:1tvt4pavvi@185.2.81.74:13378', + 'https': 'http://7090876-res-country-FR:1tvt4pavvi@185.2.81.74:13378' } - -PROXY_LIST = [FR_PROXY_RES, FR_PROXY_MOBILE] \ No newline at end of file +# FR_PROXY_MOBILE +PROXY_LIST = [FR_PROXY_RES] \ No newline at end of file