fix pr feedbacks

This commit is contained in:
2024-09-24 14:26:22 +02:00
parent a805c553a9
commit 8f4670c6d0
2 changed files with 1 additions and 3 deletions
@@ -141,7 +141,6 @@ class AppointmentRequestSender(threading.Thread):
if csrf_result == RequestResult.BLOCKED:
can_continue = RequestResult.CSRF_BLOCKED
break
_new_cookies = _received_cookies
_new_cookies = captchaResultGetter.get_valid_ch_cookie(sender.proxy_to_use, js_data,
old_valid_cookie=_received_cookies)
if _new_cookies is not None:
+1 -2
View File
@@ -14,8 +14,7 @@ from workers.proxies_constants import PROXY_LIST_FR
API_KEY = "d66aaf490d8aa424a5175e1fbd1aadea"
HOST_ADDRESS = "https://api.2captcha.com/createTask"
HERMES_REGISTER = "https://rendezvousparis.hermes.com/client/register?lang=en"
# HERMES_REGISTER = "https://rendezvousparis.hermes.com/client/register"
HERMES_REGISTER = "https://rendezvousparis.hermes.com/client/register"
class CaptchaResultGetter: