new confirmed msg
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user