new confirmed msg

This commit is contained in:
2024-12-03 18:48:51 +01:00
parent 1e8d7f7c83
commit 629a18aaf9
+1 -1
View File
@@ -87,7 +87,7 @@ class LinkValidatorWithProvidedList(threading.Thread):
if response.status_code == 200: if response.status_code == 200:
_content = response.text _content = response.text
print(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) print(response.url)
MONGO_STORE_MANAGER.link_validated_for_result(response.url, linkPojo, MONGO_STORE_MANAGER.link_validated_for_result(response.url, linkPojo,
segement_position=threading.currentThread().name, segement_position=threading.currentThread().name,