make mail validator headless

This commit is contained in:
2022-09-26 17:26:21 +02:00
parent 7272310fbd
commit 3a205811a8
3 changed files with 25 additions and 8 deletions
+1 -1
View File
@@ -189,7 +189,7 @@ def read_mails():
if need_to_valid_url(url, successful_items):
url_validator = LinkValidator(url)
print("need to validate url: " + url)
executor.submit(url_validator.start_page, params.get_proxy(ProxyType.RESIDENTIAL), False)
executor.submit(url_validator.start_page, params.get_proxy(ProxyType.RESIDENTIAL), True)
else:
print("do not need to click url --> {}".format(mail.mail_address))