From 629a18aaf93fe928b70a9a23e29234566da8dcc6 Mon Sep 17 00:00:00 2001 From: PAN Lei Date: Tue, 3 Dec 2024 18:48:51 +0100 Subject: [PATCH] new confirmed msg --- workers/link_validator_with_provided_list.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workers/link_validator_with_provided_list.py b/workers/link_validator_with_provided_list.py index 2324203..92dda28 100644 --- a/workers/link_validator_with_provided_list.py +++ b/workers/link_validator_with_provided_list.py @@ -87,7 +87,7 @@ class LinkValidatorWithProvidedList(threading.Thread): if response.status_code == 200: _content = response.text print(response.text) - if "Votre demande de rendez-vous Maroquinerie a bien été enregistrée" in _content: + if "Votre demande de rendez-vous est enregistrée" in _content: print(response.url) MONGO_STORE_MANAGER.link_validated_for_result(response.url, linkPojo, segement_position=threading.currentThread().name,