From b63b1e83ddfd3b82859a7663460335a6ebaa0b05 Mon Sep 17 00:00:00 2001 From: Lei PAN Date: Thu, 18 Jan 2024 22:39:40 +0100 Subject: [PATCH] use only french proxies --- workers/proxies_constants.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/workers/proxies_constants.py b/workers/proxies_constants.py index b00e89d..0a921df 100644 --- a/workers/proxies_constants.py +++ b/workers/proxies_constants.py @@ -30,4 +30,5 @@ DE_PROXY_RES = { } # FR_PROXY_MOBILE # FR_PROXY_RES -PROXY_LIST = [FR_PROXY_MOBILE, FR_PROXY_RES, DE_PROXY_RES, DE_PROXY_MOBILE, ES_PROXY_MOBILE, IT_PROXY_MOBILE] +# PROXY_LIST = [FR_PROXY_MOBILE, FR_PROXY_RES, DE_PROXY_RES, DE_PROXY_MOBILE, ES_PROXY_MOBILE, IT_PROXY_MOBILE] +PROXY_LIST = [FR_PROXY_MOBILE, FR_PROXY_RES]